Skip to content

Commit

Permalink
Merge pull request propelorm#141 from xophm1/patch-1
Browse files Browse the repository at this point in the history
Fix bad plugin name
  • Loading branch information
willdurand committed May 25, 2012
2 parents c5adead + 88e1e40 commit c2036d0
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 c2036d0

Please sign in to comment.