Remove double semicolon in Tweeper::get_info()
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 11 Aug 2013 23:06:23 +0000 (01:06 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 11 Aug 2013 23:21:44 +0000 (01:21 +0200)
tweeper.php

index ef55022..94d91c3 100644 (file)
@@ -77,7 +77,7 @@ class Tweeper {
         CURLOPT_USERAGENT => Tweeper::$USER_AGENT,
     ));
     curl_exec($ch);
-    $url_info = curl_getinfo($ch);;
+    $url_info = curl_getinfo($ch);
     curl_close($ch);
 
     return $url_info;