* Fix regression in auto-set NS_PROJECT_TALK namespace
This commit is contained in:
parent
aaf86de86c
commit
b21258f223
2 changed files with 2 additions and 0 deletions
|
|
@ -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 ==
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue