aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Notifications.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-01 12:47:14 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-01 12:47:14 +0200
commit72abe5f3d377043f6aba31090a6671a7e171ddfb (patch)
tree7d1850e53d4256283f54d464289acdae3ee30b52 /Zotlabs/Widget/Notifications.php
parent08a287dea10321a60473c8fd684a320ef94bdd37 (diff)
downloadvolse-hubzilla-72abe5f3d377043f6aba31090a6671a7e171ddfb.tar.gz
volse-hubzilla-72abe5f3d377043f6aba31090a6671a7e171ddfb.tar.bz2
volse-hubzilla-72abe5f3d377043f6aba31090a6671a7e171ddfb.zip
do not rely on startpage pconfig anymore
Diffstat (limited to 'Zotlabs/Widget/Notifications.php')
-rw-r--r--Zotlabs/Widget/Notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php
index a4cf4e706..0f9f609e4 100644
--- a/Zotlabs/Widget/Notifications.php
+++ b/Zotlabs/Widget/Notifications.php
@@ -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;