|
From: <var...@us...> - 2016-12-07 09:09:59
|
Revision: 9991
http://sourceforge.net/p/phpwiki/code/9991
Author: vargenau
Date: 2016-12-07 09:09:56 +0000 (Wed, 07 Dec 2016)
Log Message:
-----------
rename_page_helper("TemplateTalk", "Template/Talk")
Modified Paths:
--------------
trunk/lib/upgrade.php
Modified: trunk/lib/upgrade.php
===================================================================
--- trunk/lib/upgrade.php 2016-12-06 20:24:16 UTC (rev 9990)
+++ trunk/lib/upgrade.php 2016-12-07 09:09:56 UTC (rev 9991)
@@ -132,8 +132,9 @@
$this->_rename_page_helper("Help/_WikiTranslationPlugin", "Help/WikiTranslationPlugin");
$this->_rename_page_helper("Help/Advice Mediawiki users", "Help/Advice for Mediawiki users");
$this->_rename_page_helper("DebugInfo", "DebugBackendInfo");
- $this->_rename_page_helper("_GroupInfo", "GroupAuthInfo"); //never officially existed
- $this->_rename_page_helper("InterWikiKarte", "InterWikiListe"); // german only
+ $this->_rename_page_helper("_GroupInfo", "GroupAuthInfo"); // never officially existed
+ $this->_rename_page_helper("InterWikiKarte", "InterWikiListe"); // German only
+ $this->_rename_page_helper("TemplateTalk", "Template/Talk");
$path = findFile('pgsrc');
$pgsrc = new FileSet($path);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|