Skip to content

Commit

Permalink
Return in case of an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 27, 2014
1 parent 0574bf9 commit bd9bcee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde/lib/Ajax/Application/TwitterHandler.php
Expand Up @@ -239,6 +239,7 @@ protected function _doTwitterGetPage()
}
} catch (Horde_Service_Twitter_Exception $e) {
$this->_twitterError($e);
return;
}
if (count($stream)) {
$newest = $stream[0]->id_str;
Expand Down

0 comments on commit bd9bcee

Please sign in to comment.