(bug 18442) DefaultSettings docs. $wgLogRestrictions fixed. Patch by jidanni.
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Apr 2009 00:29:30 +0000 (00:29 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Apr 2009 00:29:30 +0000 (00:29 +0000)
includes/DefaultSettings.php

index dc8dfea..ee97f32 100644 (file)
@@ -2888,6 +2888,7 @@ $wgLogTypes = array( '',
  * Users without this will not see it in the option menu and can not view it
  * Restricted logs are not added to recent changes
  * Logs should remain non-transcludable
+ * Format: logtype => permissiontype
  */
 $wgLogRestrictions = array(
        'suppress' => 'suppressionlog'