Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Oct 3, 2012
2 parents 35ee73a + e6afd60 commit ba9b500
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 ba9b500

Please sign in to comment.