mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
typo
This commit is contained in:
@@ -71,10 +71,10 @@ class Clublog extends CI_Controller {
|
||||
curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
|
||||
echo curl_exec($request);
|
||||
|
||||
if(curl_errno($ch)) {
|
||||
if(curl_errno($request)) {
|
||||
echo 'Curl error: '.curl_error($ch);
|
||||
}
|
||||
curl_close ($ch);
|
||||
curl_close ($request);
|
||||
|
||||
$results = strval($request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user