From: Jens Frank Date: Thu, 26 Aug 2004 20:45:26 +0000 (+0000) Subject: Remove call to parserOptions::setUseCategoryMagic. No longer needed with CategoryPage.php X-Git-Tag: 1.5.0alpha1~2228 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=73d29eea48ae8ef1bb8aea0feb9259fc6e005ff0;p=lhc%2Fweb%2Fwiklou.git Remove call to parserOptions::setUseCategoryMagic. No longer needed with CategoryPage.php --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 1486d20560..d1c3a9f627 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -371,7 +371,6 @@ class EditPage { } $parserOptions = ParserOptions::newFromUser( $wgUser ); - $parserOptions->setUseCategoryMagic( false ); $parserOptions->setEditSection( false ); $parserOptions->setEditSectionOnRightClick( false );