mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
PHP Notice and BC Fixes.
This commit is contained in:
@@ -387,7 +387,7 @@ class newsfeedClass
|
||||
|
||||
if($which == 'all')
|
||||
{
|
||||
$ret['title'] = $NEWSFEED_MENU_CAPTION;
|
||||
$ret['title'] = (!empty($NEWSFEED_MENU_CAPTION)) ? $NEWSFEED_MENU_CAPTION : '';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user