// Remove $this->table and $this->identifier from objectModels + normalize
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ class MetaCore extends ObjectModel
|
||||
|
||||
public function deleteSelection($selection)
|
||||
{
|
||||
if (!is_array($selection) OR !Validate::isTableOrIdentifier($this->identifier) OR !Validate::isTableOrIdentifier($this->table))
|
||||
if (!is_array($selection))
|
||||
die(Tools::displayError());
|
||||
$result = true;
|
||||
foreach ($selection AS $id)
|
||||
|
||||
Reference in New Issue
Block a user