Notification system implementation completed.

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/a84b53a9
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a84b53a9
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a84b53a9

Branch: refs/heads/develop
Commit: a84b53a986098a0cd26e1f33839ec595a816a8e2
Parents: b280206
Author: Nipurn Doshi <[email protected]>
Authored: Tue May 3 15:15:43 2016 -0400
Committer: Nipurn Doshi <[email protected]>
Committed: Tue May 3 15:15:43 2016 -0400

----------------------------------------------------------------------
 app/controllers/AdminController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a84b53a9/app/controllers/AdminController.php
----------------------------------------------------------------------
diff --git a/app/controllers/AdminController.php 
b/app/controllers/AdminController.php
index 6d2c7ea..c9f8d0d 100644
--- a/app/controllers/AdminController.php
+++ b/app/controllers/AdminController.php
@@ -371,7 +371,7 @@ class AdminController extends BaseController {
         Session::put("admin-nav", "notices");
         $notices = array();
         $noticePriorities = CommonUtilities::get_notice_priorities();
-        $notices = array_reverse( CommonUtilities::get_all_notices() );
+        $notices = CommonUtilities::get_all_notices();
                return View::make("admin/manage-notices", array("notices" => 
$notices, "priorities" => $noticePriorities));
        }
 

Reply via email to