Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrekle committed Jan 24, 2011
2 parents eaa6494 + 39a8097 commit 2c1814d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Erfurt/Wrapper/Registry.php
Expand Up @@ -75,7 +75,9 @@ public static function getInstance()
*/
public static function reset()
{
self::$_instance->_wrapperRegistry = array();
if(self::$_instance != null){
self::$_instance->_wrapperRegistry = array();
}
self::$_instance = null;
}

Expand Down

0 comments on commit 2c1814d

Please sign in to comment.