Fix debug fun

old-stable24
Varun Patil 2022-10-27 12:58:47 -07:00
parent de845bd543
commit 46eb0fd97a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class TimelineQuery
// Print the query and exit
$sql = empty($sql) ? $query->getSQL() : $sql;
$sql = str_replace('*PREFIX*', 'oc_', $sql);
self::replaceQueryParams($query, $sql);
$sql = self::replaceQueryParams($query, $sql);
echo "{$sql}";
exit;