join function should be static
This commit is contained in:
parent
6135660d0f
commit
77bffcd8e9
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue