diff --git a/core/sqlquery.class.inc.php b/core/sqlquery.class.inc.php index ed0743445..626c5531e 100644 --- a/core/sqlquery.class.inc.php +++ b/core/sqlquery.class.inc.php @@ -243,7 +243,7 @@ class SQLQuery // The goal will be to complete the list as we build the Joins $aFrom = array(); $aFields = array(); - $aGroupBy = arry(); + $aGroupBy = array(); $oCondition = null; $aDelTables = array(); $aSetValues = array();