join function should be static
This commit is contained in:
parent
6135660d0f
commit
77bffcd8e9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Application_Common_OsPath{
|
||||||
|
|
||||||
/* Similar to the os.path.join python method
|
/* Similar to the os.path.join python method
|
||||||
* http://stackoverflow.com/a/1782990/276949 */
|
* http://stackoverflow.com/a/1782990/276949 */
|
||||||
function join() {
|
public static function join() {
|
||||||
$args = func_get_args();
|
$args = func_get_args();
|
||||||
$paths = array();
|
$paths = array();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue