Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
return b4 constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlfish committed Apr 12, 2018
1 parent 8090fa6 commit 2d1a3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public static function autoload($name) {
*
*/
public function __construct($host='127.0.0.1', $port = 6311, $params=array()) {
return;
if( !self::$init ) {
self::init();
}
Expand Down

0 comments on commit 2d1a3d0

Please sign in to comment.