diff --git a/bridges/IdenticaBridge.php b/bridges/IdenticaBridge.php index d089631..f99bde7 100644 --- a/bridges/IdenticaBridge.php +++ b/bridges/IdenticaBridge.php @@ -14,7 +14,6 @@ class IdenticaBridge extends BridgeAbstract{ )); public function collectData(){ - $html = ''; $html = $this->getSimpleHTMLDOM($this->getURI()) or $this->returnServerError('Requested username can\'t be found.');