From: <var...@us...> - 2008-09-26 18:00:02
|
Revision: 6283 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6283&view=rev Author: vargenau Date: 2008-09-26 17:59:57 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Missing quote error Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2008-09-26 13:02:23 UTC (rev 6282) +++ trunk/lib/IniConfig.php 2008-09-26 17:59:57 UTC (rev 6283) @@ -618,7 +618,7 @@ .'SearchHighlight:SemanticRelations:SemanticSearch:SpellCheck:SystemInfo:' .'TitleSearch:TranslateText:' .'UpLoad:UriResolver:UserPreferences:' - .'WantedPages:WatchPage:WhoIsOnline:WikiAdminSelect:WikiBlog' + .'WantedPages:WatchPage:WhoIsOnline:WikiAdminSelect:WikiBlog:' // plus some derivations .'AllPagesCreatedByMe:AllPagesLastEditedByMe:AllPagesOwnedByMe:AllUserPages:' .'DebugInfo:' @@ -632,7 +632,7 @@ .'PhpWikiAdministration/Rename:' .'PhpWikiAdministration/Replace:' .'PhpWikiAdministration/SetAcl:' - .'RecentChangesMyPages:RecentEdits:RecentNewPages: + .'RecentChangesMyPages:RecentEdits:RecentNewPages:' .'UserContribs'); // If user has not defined PHPWIKI_DIR, and we need it if (!defined('PHPWIKI_DIR') and !file_exists("themes/default")) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |