Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 12, 2018
1 parent 3525306 commit 7f4adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/card.php
Expand Up @@ -2150,7 +2150,7 @@
$filedir = $conf->produit->dir_output . '/' . $objectref;
$urlsource=$_SERVER["PHP_SELF"]."?id=".$object->id;
$genallowed=$usercanread;
$delallowed=$usercandelete;
$delallowed=$usercancreate;

$var=true;

Expand Down

0 comments on commit 7f4adb7

Please sign in to comment.