FIX #4326 PHP7 Warning

This commit is contained in:
braito4 2016-01-02 11:42:43 +01:00
parent 865d93b19e
commit 9b3533e753

View File

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