diff --git a/src/Propel/Generator/Platform/DefaultPlatform.php b/src/Propel/Generator/Platform/DefaultPlatform.php index db8fbaf831..33b1144896 100644 --- a/src/Propel/Generator/Platform/DefaultPlatform.php +++ b/src/Propel/Generator/Platform/DefaultPlatform.php @@ -1352,8 +1352,8 @@ public function getIdentifierPhp($columnValueMutator, $connectionVariableName = $tab, $columnValueMutator, $connectionVariableName, - $sequenceName ? ("'" . $sequenceName . "'") : '', - $phpType ? '('.$phpType.') ' : '' + $phpType ? '('.$phpType.') ' : '', + $sequenceName ? ("'" . $sequenceName . "'") : '' ); }