Fix: Error when no id provided

This commit is contained in:
Laurent Destailleur 2013-10-10 15:49:41 +02:00
parent bb492d6d1f
commit 22fd5dfb8a

View File

@ -898,7 +898,7 @@ if ($action == 'create')
} }
} }
} }
else else if ($id || $ref)
/* *************************************************************************** */ /* *************************************************************************** */
/* */ /* */
/* Edit and view mode */ /* Edit and view mode */