Changeset 6836

Show
Ignore:
Timestamp:
12/01/09 14:06:37 (8 months ago)
Author:
jwage
Message:

[1.2][DC-304] Fixing issue with sfYaml autoload not returning true

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/lib/Doctrine/Core.php

    r6827 r6836  
    11071107        if (strpos($className, 'sfYaml') === 0) { 
    11081108            require dirname(__FILE__) . '/Parser/sfYaml/' . $className . '.php'; 
     1109 
     1110            return true; 
    11091111        } 
    11101112