Skip to content

Commit

Permalink
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 25, 2017
2 parents f5bc9c0 + ef61407 commit 3cc7f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/holiday/card.php
Expand Up @@ -41,6 +41,7 @@
$myparam = GETPOST("myparam");
$action=GETPOST('action', 'alpha');
$id=GETPOST('id', 'int');
$fuserid = (GETPOST('fuserid','int')?GETPOST('fuserid','int'):$user->id);

// Protection if external user
if ($user->societe_id > 0) accessforbidden();
Expand Down

0 comments on commit 3cc7f66

Please sign in to comment.