From 77bffcd8e9c21c881c2d3b669271c7386ce666f5 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Sun, 6 May 2012 20:30:49 -0400 Subject: [PATCH] join function should be static --- airtime_mvc/application/common/OsPath.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/common/OsPath.php b/airtime_mvc/application/common/OsPath.php index 957545dc4..d9d9b6eff 100644 --- a/airtime_mvc/application/common/OsPath.php +++ b/airtime_mvc/application/common/OsPath.php @@ -45,7 +45,7 @@ class Application_Common_OsPath{ /* Similar to the os.path.join python method * http://stackoverflow.com/a/1782990/276949 */ - function join() { + public static function join() { $args = func_get_args(); $paths = array();