FIX: Missing parameter declaration

This commit is contained in:
Raphaël Doursenaud 2014-09-18 11:54:04 +02:00 committed by Raphaël Doursenaud
parent 852758c81c
commit 4c7ae3d14b

View File

@ -25,10 +25,11 @@
/**
* Prepare array with list of admin tabs
* @param Object $object Accounting account
*
* @return array Array of tabs to show
*/
function admin_accounting_prepare_head()
function admin_accounting_prepare_head($object)
{
global $langs, $conf;
@ -189,4 +190,4 @@ function length_exportsage($txt, $len, $end)
}
}
return $res;
}
}