Skip to content

Commit

Permalink
Tickets unacms#2769
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed May 6, 2020
1 parent 1623d5c commit 5b3d151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/boonex/credits/classes/BxCreditsDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function getOrder($aParams = array())

$aMethod['params'][0] = "SELECT
" . $sSelectClause . "
FROM `" . $CNF['TABLE_ORDERS'] . "` AS `tb`" . $sJoinClause . "
FROM `" . $CNF['TABLE_ORDERS'] . "` AS `to`" . $sJoinClause . "
WHERE 1" . $sWhereClause . " " . $sOrderClause . " " . $sLimitClause;

return call_user_func_array(array($this, $aMethod['name']), $aMethod['params']);
Expand Down

0 comments on commit 5b3d151

Please sign in to comment.