FIX: Missing variable declaration

This commit is contained in:
Raphaël Doursenaud 2014-09-18 11:42:21 +02:00 committed by Raphaël Doursenaud
parent bab1dd13e2
commit 7b300b0a9d

View File

@ -107,6 +107,7 @@ class AccountingAccount extends CommonObject
{
global $conf, $langs;
$error = 0;
$now = dol_now();
// Clean parameters
if (isset($this->fk_pcg_version))