* Fix regression in auto-set NS_PROJECT_TALK namespace

This commit is contained in:
Brion Vibber 2006-07-26 20:32:37 +00:00
parent aaf86de86c
commit b21258f223
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
* Add the name of the executing maintenance script to the debug log. Start the
profiler during maintenance scripts.
* Added "serialized" directory, for storing precompiled data in serialized form.
* Fix regression in auto-set NS_PROJECT_TALK namespace
== Languages updated ==

View file

@ -1471,6 +1471,7 @@ class Language {
$this->convertGrammar( trim( $m[2] ), trim( $m[1] ) )
);
}
$this->namespaceNames[NS_PROJECT_TALK] = $talk;
}
# Put namespace names and aliases into a hashtable.