join function should be static

This commit is contained in:
Martin Konecny 2012-05-06 20:30:49 -04:00
parent 6135660d0f
commit 77bffcd8e9
1 changed files with 1 additions and 1 deletions

View File

@ -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();