AIRAVATA-2152 Removing TODO, will leave in AccountController
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/6d121230 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/6d121230 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/6d121230 Branch: refs/heads/develop Commit: 6d121230ce05d6dff47988f0004e0fc1b30b9786 Parents: 480021c Author: Marcus Christie <[email protected]> Authored: Fri Oct 28 15:06:25 2016 -0400 Committer: Marcus Christie <[email protected]> Committed: Fri Oct 28 15:06:25 2016 -0400 ---------------------------------------------------------------------- app/controllers/AccountController.php | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6d121230/app/controllers/AccountController.php ---------------------------------------------------------------------- diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php index 6037dda..65bcdc8 100644 --- a/app/controllers/AccountController.php +++ b/app/controllers/AccountController.php @@ -467,7 +467,6 @@ class AccountController extends BaseController Session::put("notice-seen", true); } - // TODO: maybe move the UserResourceProfile stuff to its own controller? public function getCredentialStore() { $userResourceProfile = URPUtilities::get_or_create_user_resource_profile();
