Repository: airavata-php-gateway Updated Branches: refs/heads/develop 69a0c0fa4 -> 6fa6416fd
Bug Fix. Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/6fa6416f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/6fa6416f Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/6fa6416f Branch: refs/heads/develop Commit: 6fa6416fd0c3aebd3448bcecbb363c25d091a4d3 Parents: 69a0c0f Author: Nipurn Doshi <[email protected]> Authored: Wed May 4 14:44:22 2016 -0400 Committer: Nipurn Doshi <[email protected]> Committed: Wed May 4 14:44:22 2016 -0400 ---------------------------------------------------------------------- app/libraries/CommonUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6fa6416f/app/libraries/CommonUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/CommonUtilities.php b/app/libraries/CommonUtilities.php index 4976324..365e277 100644 --- a/app/libraries/CommonUtilities.php +++ b/app/libraries/CommonUtilities.php @@ -287,7 +287,7 @@ class CommonUtilities </div><div class="slimScrollBar" style=""></div> <div class="slimScrollRail" style=""></div></div> <!-- / .notifications-list -->'; - if (!Session::has("admin")) + if ( Session::has("admin")) { $noticesUI .= '<a href="' . URL::to('/') . '/admin/dashboard/notices" class="notifications-link">Manage Notifications</a>'; }
