mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
fix imdb class construct
This commit is contained in:
@@ -57,7 +57,7 @@ v1.0
|
||||
var $port;
|
||||
var $lastResponse = Array ();
|
||||
|
||||
function BrowserEmulator () {
|
||||
function __construct () {
|
||||
$this->resetHeaderLines ();
|
||||
$this->resetPort ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user