diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-01 12:47:14 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-01 12:47:14 +0200 |
commit | 72abe5f3d377043f6aba31090a6671a7e171ddfb (patch) | |
tree | 7d1850e53d4256283f54d464289acdae3ee30b52 /Zotlabs | |
parent | 08a287dea10321a60473c8fd684a320ef94bdd37 (diff) | |
download | volse-hubzilla-72abe5f3d377043f6aba31090a6671a7e171ddfb.tar.gz volse-hubzilla-72abe5f3d377043f6aba31090a6671a7e171ddfb.tar.bz2 volse-hubzilla-72abe5f3d377043f6aba31090a6671a7e171ddfb.zip |
do not rely on startpage pconfig anymore
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 2 |
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; |