Update card.php

This commit is contained in:
Laurent Destailleur 2018-02-12 03:23:57 +01:00 committed by GitHub
parent 3525306cc4
commit 7f4adb7f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2150,7 +2150,7 @@ if ($action != 'create' && $action != 'edit' && $action != 'delete')
$filedir = $conf->produit->dir_output . '/' . $objectref;
$urlsource=$_SERVER["PHP_SELF"]."?id=".$object->id;
$genallowed=$usercanread;
$delallowed=$usercandelete;
$delallowed=$usercancreate;
$var=true;