Skip to content

Commit 2155dc4

Browse files
author
phosco@gmx.de
committed
CHG: invalid function name, there was a typo
git-svn-id: https://php-sql-parser.googlecode.com/svn/trunk@1345 44dcfd11-89b7-3d55-2063-5c365055f77f
1 parent d1a5b61 commit 2155dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PHPSQLParser/processors/UnionProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected function processMySQLUnion($queries) {
107107
break;
108108
}
109109

110-
$queries[$unionType][$key] = $this->$processSQL($queries[$unionType][$key]);
110+
$queries[$unionType][$key] = $this->processSQL($queries[$unionType][$key]);
111111
break;
112112
}
113113
}

0 commit comments

Comments
 (0)