From fdbc1c157ef331d37b177f61de01fa298628bf02 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 14 Mar 2013 01:59:19 -0700 Subject: Bugfix forever wall-notifications. --- do.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'do.php') diff --git a/do.php b/do.php index f85539f..f444faf 100644 --- a/do.php +++ b/do.php @@ -52,8 +52,7 @@ if (isset($_GET['checkachieve']) && $_GET['checkachieve'] == 'true' && $_SESSION $userID = $_SESSION['userID']; //Located in includes/datas.php $note = getNotified($userID); - if ($note !== false) - $json['notificationtext'] = $note; + if ($note !== false) $json['notificationtext'] = $note; } if ($_GET['r'] == 'reqMemberPage') { -- cgit v1.2.3