aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/views/default/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/views/default/notifications')
-rw-r--r--mod/notifications/views/default/notifications/subscriptions/collections.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/notifications/views/default/notifications/subscriptions/collections.php b/mod/notifications/views/default/notifications/subscriptions/collections.php
index 41c3f76c8..3fcc93fd7 100644
--- a/mod/notifications/views/default/notifications/subscriptions/collections.php
+++ b/mod/notifications/views/default/notifications/subscriptions/collections.php
@@ -27,6 +27,7 @@
<td>&nbsp;</td>
<?php
$i = 0;
+ global $NOTIFICATION_HANDLERS;
foreach($NOTIFICATION_HANDLERS as $method => $foo) {
if ($i > 0)
echo "<td class=\"spacercolumn\">&nbsp;</td>";
@@ -39,7 +40,6 @@
<td>&nbsp;</td>
</tr>
<?php
- global $NOTIFICATION_HANDLERS;
$members = array();
if ($friends = get_user_friends($vars['user']->guid,'',9999,0)) {
foreach($friends as $friend)
@@ -82,6 +82,7 @@ END;
echo $fields;
?>
+ <td>&nbsp;</td>
</tr>
<?php