Update index.php
This commit is contained in:
parent
6609ef4941
commit
b3c382c02d
@ -1212,7 +1212,7 @@ if ($dirins && ($action == 'droptable' || $action == 'droptableextrafields') &&
|
||||
}
|
||||
}
|
||||
|
||||
if ($dirins && ($action == 'addproperty' && empty($cancel)) && !empty($module) && !empty($tabobj)) {
|
||||
if ($dirins && $action == 'addproperty' && empty($cancel) && !empty($module) && !empty($tabobj)) {
|
||||
$error = 0;
|
||||
|
||||
$objectname = $tabobj;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user