r60138 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60137‎ | r60138 | r60139 >
Date:20:34, 16 December 2009
Author:yaron
Status:deferred
Tags:
Comment:
Removed custom initialization of namespace - should never be done for 'Form' namespace
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Settings.php
@@ -27,19 +27,7 @@
2828 // load global functions
2929 require_once('SF_GlobalFunctions.php');
3030
31 -###
32 -# If you already have custom namespaces on your site, insert
33 -# $sfgNamespaceIndex = ???;
34 -# into your LocalSettings.php *before* including this file.
35 -# The number ??? must be the smallest even namespace number
36 -# that is not in use yet. However, it must not be smaller
37 -# than 150.
38 -##
39 -if (!isset($sfgNamespaceIndex)) {
40 - sffInitNamespaces(150);
41 -} else {
42 - sffInitNamespaces();
43 -}
 31+sffInitNamespaces();
4432
4533 ###
4634 # The number of allowed values per autocomplete - too many might

Status & tagging log