Skip to content
Snippets Groups Projects
Commit c969d17e authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: avoid error

parent 36e6269b
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,8 @@ function restrictedArea($user, $features, $objectid=0, $dbtablename='', $feature
$features = explode("&", $features);
// More subfeatures to check
$feature2 = explode("&", $feature2);
if (!empty($feature2))
$feature2 = explode("&", $feature2);
// More parameters
$params = explode('&', $dbtablename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment