Removed return from void function
The function is declared void and the return value was not used anywhere
This commit is contained in:
parent
be30cb8cbf
commit
1f6cccc3dc
@ -642,8 +642,6 @@ class EcmDirectory // extends CommonObject
|
||||
$this->build_path_from_id_categ($val,$protection);
|
||||
}
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user