diff --git a/src/Appwrite/Database/Adapter/MySQL.php b/src/Appwrite/Database/Adapter/MySQL.php index 75c9f50169..9ea2c7cb2a 100644 --- a/src/Appwrite/Database/Adapter/MySQL.php +++ b/src/Appwrite/Database/Adapter/MySQL.php @@ -684,7 +684,7 @@ class MySQL extends Adapter ORDER BY sort_ff {$options['orderType']} %s"; $st = $this->getPDO()->prepare(\sprintf($query, $select, $range)); - var_dump(\sprintf($query, $select, $range)); + $st->execute(); $results = ['data' => []];