1
0
Fork 0
mirror of synced 2025-04-02 12:56:16 +03:00

Fix to generating classes.

This commit is contained in:
Jonathan.Wage 2007-10-08 22:53:28 +00:00
parent 94bf9a4c7c
commit 1f1fef741c

View file

@ -311,7 +311,7 @@ END;
if ($this->generateBaseClasses()) {
// We only want to generate this one if it doesn't already exist
if (file_exists($options['fileName'])) {
if (!file_exists($options['fileName'])) {
$optionsBak = $options;
unset($options['tableName']);