diff --git a/lib/addon/sfPropel.class.php b/lib/addon/sfPropel.class.php index f71291314..3c67d710a 100644 --- a/lib/addon/sfPropel.class.php +++ b/lib/addon/sfPropel.class.php @@ -97,6 +97,6 @@ static public function importClass($path) */ static public function clearAllInstancePools() { - sfProjectConfiguration::getActive()->getPluginConfiguration('sfPropelPlugin')->clearAllInstancePools(); + sfProjectConfiguration::getActive()->getPluginConfiguration('sfPropelORMPlugin')->clearAllInstancePools(); } }