You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/21 21:23:02 UTC

airavata-php-gateway git commit: when at home change nav-active to home

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/0.15-release-branch 36fff79e5 -> 95af1e691


when at home change nav-active to home


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

Branch: refs/heads/0.15-release-branch
Commit: 95af1e691a48dc394ce8ca00a4ec8cb1dede6d52
Parents: 36fff79
Author: Supun Nakandala <sc...@apache.org>
Authored: Wed Jul 22 00:52:44 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Wed Jul 22 00:52:44 2015 +0530

----------------------------------------------------------------------
 app/controllers/HomeController.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/95af1e69/app/controllers/HomeController.php
----------------------------------------------------------------------
diff --git a/app/controllers/HomeController.php b/app/controllers/HomeController.php
index 64266ce..d8627dd 100755
--- a/app/controllers/HomeController.php
+++ b/app/controllers/HomeController.php
@@ -17,6 +17,7 @@ class HomeController extends BaseController {
 
 	public function getIndex()
 	{
+        Session::put("nav-active", "home");
 		return View::make('home');
 	}