We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab1d8fa + edc749d commit 3e8d073Copy full SHA for 3e8d073
lib/plugins/sfDoctrinePlugin/lib/generator/sfDoctrineFormGenerator.class.php
@@ -164,7 +164,7 @@ public function getPluginModels()
164
{
165
$parent = new ReflectionClass('Doctrine_Record');
166
$reflection = new ReflectionClass($modelName);
167
- if ($reflection->isSubClassOf($parent))
+ if ($reflection->isSubclassOf($parent))
168
169
$this->pluginModels[$modelName] = $pluginName;
170
0 commit comments