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/05/12 20:36:02 UTC

[2/2] airavata-php-gateway git commit: correcting the API name

correcting the API name


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

Branch: refs/heads/master
Commit: 40c0ff68691eb9d11db831ce57b91f3d308a0cd8
Parents: 2af1697
Author: Supun Nakandala <su...@gmail.com>
Authored: Wed May 13 00:05:33 2015 +0530
Committer: Supun Nakandala <su...@gmail.com>
Committed: Wed May 13 00:05:33 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/40c0ff68/app/filters.php
----------------------------------------------------------------------
diff --git a/app/filters.php b/app/filters.php
index 33f98d2..d89a087 100755
--- a/app/filters.php
+++ b/app/filters.php
@@ -13,7 +13,7 @@
 
 App::before(function($request)
 {
-    $apiVersion = Airavata::getApiVersion();
+    $apiVersion = Airavata::getAPIVersion();
 	if(empty($apiVersion))
 		return View::make("server-down");
 });