Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Proper use of Opl_Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
eXtreme committed Jul 8, 2010
1 parent fe67eb8 commit 0a74864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Opc/Class.php
Expand Up @@ -85,7 +85,7 @@ public function __construct()
{
throw new Opc_CannotCreateAnotherInstance_Exception;
}
Opl_Registry::register('opc', $this);
Opl_Registry::set('opc', $this);
} // end __construct();

/**
Expand Down

0 comments on commit 0a74864

Please sign in to comment.