Make saveContent() protected
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 22 May 2008 22:36:00 +0000 (22:36 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 22 May 2008 22:36:00 +0000 (22:36 +0000)
includes/LogPage.php

index f8e235e..fcc245a 100644 (file)
@@ -51,7 +51,7 @@ class LogPage {
                $this->updateRecentChanges = $rc;
        }
 
-       function saveContent() {
+       protected function saveContent() {
                global $wgUser, $wgLogRestrictions;
                $fname = 'LogPage::saveContent';