From: <var...@us...> - 2015-04-17 09:14:31
|
Revision: 9685 http://sourceforge.net/p/phpwiki/code/9685 Author: vargenau Date: 2015-04-17 09:14:23 +0000 (Fri, 17 Apr 2015) Log Message: ----------- BLOG_EMPTY_DEFAULT_PREFIX --> BLOG_DEFAULT_EMPTY_PREFIX Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2015-04-16 16:38:54 UTC (rev 9684) +++ trunk/lib/WikiTheme.php 2015-04-17 09:14:23 UTC (rev 9685) @@ -1620,7 +1620,7 @@ } } if (!$UserCalPageTitle) { - if (BLOG_EMPTY_DEFAULT_PREFIX) { + if (defined('BLOG_DEFAULT_EMPTY_PREFIX') and BLOG_DEFAULT_EMPTY_PREFIX) { $UserCalPageTitle = "Blog"; } else { $UserCalPageTitle = $request->_user->getId() . '/' . "Blog"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |