https://bugzilla.wikimedia.org/show_bug.cgi?id=39018
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Antoine "hashar" Musso <[email protected]> 2012-08-03 19:04:43 UTC --- Since beta share it is configuration with production, that is already in there: hashar@deployment-dbdump:~$ mwscript eval.php --wiki=commonswiki > var_dump( $wgExtraNamespaces[102] ); string(9) "TimedText" > var_dump( $wgExtraNamespaces[103] ); string(14) "TimedText_talk" $ I am pretty sure 102 is already taken on various wiki. So you need an higher number to make sure it is not existing on any wiki. Check with Sam :-) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
