fix syntax error

This commit is contained in:
Timothy Warren 2012-04-13 17:39:24 -04:00
parent 9b9ea5aeed
commit c4a67e3a1b
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class DB_Reg {
*/ */
public function __destruct() public function __destruct()
{ {
unset(self::$instance); self::$instance = NULL;
} }
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------

Binary file not shown.