Skip to content

Commit

Permalink
Call to undefined function backquote()
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanaka authored and lem9 committed Oct 3, 2012
1 parent a7b4b69 commit e6afd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Util.class.php
Expand Up @@ -3397,7 +3397,7 @@ public static function expandUserString(
$column_names = array();
foreach ($columns_list as $column) {
if (! is_null($escape)) {
$column_names[] = $escape($column['Field']);
$column_names[] = self::$escape($column['Field']);
} else {
$column_names[] = $column['Field'];
}
Expand Down

0 comments on commit e6afd60

Please sign in to comment.