From: Aaron Schulz Date: Thu, 22 May 2008 22:36:00 +0000 (+0000) Subject: Make saveContent() protected X-Git-Tag: 1.31.0-rc.0~47455 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=4d6cf57421ceab293143c65d7d0ff4719daa12e4;p=lhc%2Fweb%2Fwiklou.git Make saveContent() protected --- diff --git a/includes/LogPage.php b/includes/LogPage.php index f8e235e7f6..fcc245a62e 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -51,7 +51,7 @@ class LogPage { $this->updateRecentChanges = $rc; } - function saveContent() { + protected function saveContent() { global $wgUser, $wgLogRestrictions; $fname = 'LogPage::saveContent';