Skip to content

Commit

Permalink
Removed the exit; no real reason for it
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenCook committed Dec 27, 2013
1 parent a9b7cac commit 4d2df59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/filter-oauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function enqueueStatus($status)
if (is_array($data) && isset($data['user']['screen_name'])) {
print $data['user']['screen_name'] . ': ' . urldecode($data['text']) . "\n";
}
exit;
}
}

Expand Down

0 comments on commit 4d2df59

Please sign in to comment.