From 4d6cf57421ceab293143c65d7d0ff4719daa12e4 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 22 May 2008 22:36:00 +0000 Subject: [PATCH] Make saveContent() protected --- includes/LogPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.20.1