mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Added missing backtick to sql query.
This commit is contained in:
parent
273fdb7b64
commit
b5817dcc2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue