BpNode: tweak hasInfoUrl()

This commit is contained in:
Thomas Gelf 2017-01-03 11:27:58 +01:00
parent 8bd1e10f95
commit 9c22289bf3

View file

@ -242,7 +242,7 @@ class BpNode extends Node
public function hasInfoUrl()
{
return $this->url !== null;
return ! empty($this->url);
}
public function getInfoUrl()