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 <[email protected]>
Authored: Wed May 13 00:05:33 2015 +0530
Committer: Supun Nakandala <[email protected]>
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");
 });

Reply via email to