[TwitterBridge] Remove unused variable
This commit is contained in:
parent
9e74cc64ed
commit
25698d182c
1 changed files with 0 additions and 5 deletions
|
@ -195,11 +195,6 @@ EOD
|
|||
public function collectData(){
|
||||
$html = '';
|
||||
$page = $this->getURI();
|
||||
|
||||
$header = array(
|
||||
'User-Agent: Mozilla/5.0 (Windows NT 9.0; WOW64; Trident/7.0; rv:11.0) like Gecko'
|
||||
);
|
||||
|
||||
$data = json_decode($this->getApiContents($this->getApiURI()));
|
||||
|
||||
if(!$data) {
|
||||
|
|
Loading…
Reference in a new issue