Closed medienhochdrei closed 1 year ago
[base.php]
Solved by changing the following ...
function resolve($node,array $hive=NULL,$ttl=0,$persist=FALSE,$escape=NULL) { $fw=$this->fw;
... into ...
function resolve($node,array $hive=NULL,$ttl=0,$persist=FALSE,$escape=NULL) { $hash=null; $fw=$this->fw;
If that's all, create a pull request. :+1:
Done.
[base.php]
Solved by changing the following ...
... into ...