Remove redundant line

This commit is contained in:
Thomas Tanghus 2013-04-04 14:10:34 +02:00
parent 73dd54c962
commit d048ff719d
1 changed files with 0 additions and 1 deletions

View File

@ -551,7 +551,6 @@ class OC_VCategories {
try {
$query = 'DELETE FROM `' . self::RELATION_TABLE . '` ';
$query .= 'WHERE `objid` IN (' . str_repeat('?,', count($ids)-1) . '?) ';
$updates = $ids;
$query .= 'AND `type`= ?';
$updates[] = $type;
$stmt = OCP\DB::prepare($query);