FIX #4326 PHP7 Warning
This commit is contained in:
parent
865d93b19e
commit
9b3533e753
@ -206,7 +206,7 @@ class CompanyBankAccount extends Account
|
|||||||
* @param User $user User deleting
|
* @param User $user User deleting
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
function delete($user)
|
function delete($user='')
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user