Skip to content

Commit

Permalink
Update MysqlExtended.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Surt committed Jun 9, 2015
1 parent 12bee66 commit 5be326f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Phalcon/Db/Dialect/MysqlExtended.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MysqlExtended extends \Phalcon\Db\Dialect\Mysql
*
* @return string
*/
public function getSqlExpression($expression, $escapeChar = null)
public function getSqlExpression(array $expression, $escapeChar = NULL)
{
if ($expression["type"] == 'functionCall') {
switch ($expression["name"]) {
Expand Down

0 comments on commit 5be326f

Please sign in to comment.