mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix: Bad link
This commit is contained in:
@@ -1541,7 +1541,7 @@ function restrictedArea($user, $feature='societe', $objectid=0, $dbtablename='',
|
||||
}
|
||||
|
||||
// If we have a particular object to check permissions on
|
||||
if ($objectid)
|
||||
if ($objectid > 0)
|
||||
{
|
||||
$sql='';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user