Closed Emmerman closed 14 years ago
MongoNode.php
$this->LockClient->job(__CLASS__,TRUE,function($jobname) use ($appInstance) { $this->pushRequest(new MongoNode_ReplicationRequest($this,$this)); });
You can't use $this with closures
Thank you! Fixed.
MongoNode.php
You can't use $this with closures