Skip to content
Snippets Groups Projects
Commit 5b305249 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4327 from braito4/patch-1

FIX #4326 PHP7 Warning
parents 04c55164 9b3533e7
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ class CompanyBankAccount extends Account
* @param User $user User deleting
* @return int <0 if KO, >0 if OK
*/
function delete($user)
function delete($user='')
{
global $conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment