From: Platonides Date: Sat, 7 Apr 2012 17:55:49 +0000 (+0200) Subject: Remove BOM and parser error in parent commit 77b72c24fc75fd8da5d304cf33172054031095fa X-Git-Tag: 1.31.0-rc.0~23989 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=f8f9a052af9523187a91019a4e79e77cc77b9d4b;p=lhc%2Fweb%2Fwiklou.git Remove BOM and parser error in parent commit 77b72c24fc75fd8da5d304cf33172054031095fa Change-Id: Ic23362656f45f151b9d2cefac16f832af664e18b --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 229afde816..608f815f63 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -1,4 +1,4 @@ -getModulePrefix(); return array( 'title' => "Title of the page you want to edit. Cannot be used together with {$p}pageid", - 'pageid' => "Page ID of the page you want to edit. Cannot be used together with {$p}title, + 'pageid' => "Page ID of the page you want to edit. Cannot be used together with {$p}title", 'section' => 'Section number. 0 for the top section, \'new\' for a new section', 'sectiontitle' => 'The title for a new section', 'text' => 'Page content',