Don't try to call a an array :-P
This commit is contained in:
parent
a56abd3f9b
commit
73dd54c962
|
@ -547,7 +547,7 @@ class OC_VCategories {
|
||||||
// job done ;)
|
// job done ;)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
$updates = $ids();
|
$updates = $ids;
|
||||||
try {
|
try {
|
||||||
$query = 'DELETE FROM `' . self::RELATION_TABLE . '` ';
|
$query = 'DELETE FROM `' . self::RELATION_TABLE . '` ';
|
||||||
$query .= 'WHERE `objid` IN (' . str_repeat('?,', count($ids)-1) . '?) ';
|
$query .= 'WHERE `objid` IN (' . str_repeat('?,', count($ids)-1) . '?) ';
|
||||||
|
|
Loading…
Reference in New Issue