From: <var...@us...> - 2016-07-28 07:38:56
|
Revision: 9915 http://sourceforge.net/p/phpwiki/code/9915 Author: vargenau Date: 2016-07-28 07:38:54 +0000 (Thu, 28 Jul 2016) Log Message: ----------- Rename DebugInfo as DebugBackendInfo in upgrade Modified Paths: -------------- trunk/lib/upgrade.php Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2016-07-27 14:58:50 UTC (rev 9914) +++ trunk/lib/upgrade.php 2016-07-28 07:38:54 UTC (rev 9915) @@ -128,6 +128,7 @@ $this->_rename_page_helper("Help/_BackendInfoPlugin", "Help/DebugBackendInfoPlugin"); $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 was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |