Skip to content

Commit

Permalink
Fix bad plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
xophm1 committed May 25, 2012
1 parent c5adead commit 88e1e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addon/sfPropel.class.php
Expand Up @@ -97,6 +97,6 @@ static public function importClass($path)
*/
static public function clearAllInstancePools()
{
sfProjectConfiguration::getActive()->getPluginConfiguration('sfPropelPlugin')->clearAllInstancePools();
sfProjectConfiguration::getActive()->getPluginConfiguration('sfPropelORMPlugin')->clearAllInstancePools();
}
}

0 comments on commit 88e1e40

Please sign in to comment.