aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-10 16:05:56 -0700
committerzotlabs <mike@macgirvin.com>2017-10-10 16:05:56 -0700
commitf273815d8ff45a28b36bd5121c58422dfc28d0ff (patch)
treef51f4dbfe646b41c1016c85589701cdc44db40e7 /Zotlabs/Widget
parent87970491441cb15462d3fe7a7641d2f2755cb45b (diff)
parent07ae4319501ac6edc024a849b4d060f171f27178 (diff)
downloadvolse-hubzilla-f273815d8ff45a28b36bd5121c58422dfc28d0ff.tar.gz
volse-hubzilla-f273815d8ff45a28b36bd5121c58422dfc28d0ff.tar.bz2
volse-hubzilla-f273815d8ff45a28b36bd5121c58422dfc28d0ff.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Notifications.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php
index cac884cd1..0f82d102e 100644
--- a/Zotlabs/Widget/Notifications.php
+++ b/Zotlabs/Widget/Notifications.php
@@ -6,9 +6,6 @@ class Notifications {
function widget($arr) {
- if(! get_pconfig(local_channel(), 'system', 'experimental_notif'))
- return;
-
$channel = \App::get_channel();
if(local_channel()) {
@@ -139,7 +136,6 @@ class Notifications {
]
];
-
$o = replace_macros(get_markup_template('notifications_widget.tpl'), array(
'$notifications' => $notifications,
'$loading' => t('Loading...')