Removed return from void function

The function is declared void and the return value was not used anywhere
This commit is contained in:
Raphaël Doursenaud 2013-11-07 20:35:02 +01:00
parent be30cb8cbf
commit 1f6cccc3dc

View File

@ -642,8 +642,6 @@ class EcmDirectory // extends CommonObject
$this->build_path_from_id_categ($val,$protection);
}
}
return 1;
}
/**