Browse Source

Remove redundant line

tags/v6.0.0alpha2
Thomas Tanghus 11 years ago
parent
commit
d048ff719d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lib/vcategories.php

+ 0
- 1
lib/vcategories.php 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);

Loading…
Cancel
Save