Changeset 4991

Show
Ignore:
Timestamp:
09/26/08 20:02:12 (9 months ago)
Author:
jwage
Message:

[1.0] fixes #1064

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Record/Generator.php

    r4851 r4991  
    159159 
    160160        // check that class doesn't exist (otherwise we cannot create it) 
    161         if ($this->_options['generateFiles'] === false && class_exists($this->_options['className'])) { 
     161        if ($this->_options['generateFiles'] === false && class_exists($this->_options['className'], false)) { 
    162162            return false; 
    163163        }