30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-09-28 21:19:07 +00:00

Calling the parent check function in the table

This commit is contained in:
Allon Moritz 2018-02-07 20:45:30 +01:00
parent 0886be3f95
commit 22cc057391

View File

@ -196,6 +196,6 @@ class WeblinksTableWeblink extends JTable
$this->metakey = implode(", ", $clean_keys);
}
return true;
return parent::check();
}
}