do not rely on startpage pconfig anymore
This commit is contained in:
parent
08a287dea1
commit
72abe5f3d3
@ -160,7 +160,7 @@ class Notifications {
|
|||||||
'$notifications' => $notifications,
|
'$notifications' => $notifications,
|
||||||
'$no_notifications' => t('Sorry, you have got no notifications at the moment'),
|
'$no_notifications' => t('Sorry, you have got no notifications at the moment'),
|
||||||
'$loading' => t('Loading'),
|
'$loading' => t('Loading'),
|
||||||
'$startpage' => get_pconfig(local_channel(), 'system', 'startpage')
|
'$startpage' => $channel['channel_startpage']
|
||||||
));
|
));
|
||||||
|
|
||||||
return $o;
|
return $o;
|
||||||
|
Reference in New Issue
Block a user