1
0
mirror of synced 2025-03-21 15:33:51 +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()) { if ($this->generateBaseClasses()) {
// We only want to generate this one if it doesn't already exist // 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; $optionsBak = $options;
unset($options['tableName']); unset($options['tableName']);