do not rely on startpage pconfig anymore

This commit is contained in:
Mario Vavti 2018-10-01 12:47:14 +02:00
parent 08a287dea1
commit 72abe5f3d3

View File

@ -160,7 +160,7 @@ class Notifications {
'$notifications' => $notifications,
'$no_notifications' => t('Sorry, you have got no notifications at the moment'),
'$loading' => t('Loading'),
'$startpage' => get_pconfig(local_channel(), 'system', 'startpage')
'$startpage' => $channel['channel_startpage']
));
return $o;