Added missing backtick to sql query.

remotes/origin/stable5
Thomas Tanghus 13 years ago
parent 273fdb7b64
commit b5817dcc2e
  1. 2
      lib/vcategories.php

@ -184,7 +184,7 @@ class OC_VCategories {
$ids = array();
$sql = 'SELECT `objid` FROM `' . self::RELATION_TABLE
. ' WHERE `categoryid` = ?';
. '` WHERE `categoryid` = ?';
try {
$stmt = OCP\DB::prepare($sql);

Loading…
Cancel
Save