From: <var...@us...> - 2008-08-28 18:20:53
|
Revision: 6220 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6220&view=rev Author: vargenau Date: 2008-08-28 18:21:03 +0000 (Thu, 28 Aug 2008) Log Message: ----------- Add comment about warning when themes/*/pgsrc does not exist Modified Paths: -------------- trunk/lib/upgrade.php Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2008-08-28 18:18:50 UTC (rev 6219) +++ trunk/lib/upgrade.php 2008-08-28 18:21:03 UTC (rev 6220) @@ -193,6 +193,8 @@ // WARNING: Also override the HomePage here. global $WikiTheme; $path = $WikiTheme->file("pgsrc"); + // TBD: the call to fileSet prints a warning: + // Notice: Unable to open directory 'themes/MonoBook/pgsrc' for reading $pgsrc = new fileSet($path); if ($pgsrc->getFiles()) { echo "<h3>",sprintf(_("check for additional theme %s updates"), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |