From: X! Date: Fri, 10 Sep 2010 19:14:13 +0000 (+0000) Subject: Fix r72737: Oops. I fail X-Git-Tag: 1.31.0-rc.0~35047 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=1988db00743c06798124baf3e24b5f6151f77c27;p=lhc%2Fweb%2Fwiklou.git Fix r72737: Oops. I fail --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7e68b67ebc..866e349aea 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4369,8 +4369,8 @@ $wgExceptionHooks = array(); * the API help page. */ $wgPageProps = array( - 'defaultsort' => 'Value of the {{DEFAULTSORT}} tag', 'displaytitle' => 'Value of the {{DISPLAYTITLE}} tag', + 'defaultsort' => 'Value of the {{DEFAULTSORT}} tag', 'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word', );