From 5f20925220574323e8d32483e57ef9ebbf0b3256 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 20 May 2011 15:11:36 -0700 Subject: deny link not clickable on admin approval notification page --- mod/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/notifications.php') diff --git a/mod/notifications.php b/mod/notifications.php index fa5165b0b..b860f6018 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -151,7 +151,7 @@ function notifications_content(&$a) { foreach($r as $rr) { $o .= '
  • ' . sprintf('%s (%s) : ', $rr['name'],$rr['email']) . '' . t('Approve') - . ' - ' . t('Deny') . '
  • ' . "\r\n"; + . ' - ' . t('Deny') . '' . "\r\n"; } $o .= ""; } -- cgit v1.2.3