Skip to content

Commit

Permalink
fffff
Browse files Browse the repository at this point in the history
  • Loading branch information
saranyoo.s committed Mar 6, 2017
1 parent 9aa570a commit e6ce67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BotLine/callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
$result_text = $val['extract'];
}

if(empty($result_text) || $result_text == ""){ //search in EN
if(empty($result_text) || $result_text == ''){ //search in EN
$ch1 = curl_init();
curl_setopt($ch1, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true);
Expand Down

0 comments on commit e6ce67b

Please sign in to comment.