projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8e7df9a
)
Remove double semicolon in Tweeper::get_info()
author
Antonio Ospite <ospite@studenti.unina.it>
Sun, 11 Aug 2013 23:06:23 +0000
(
01:06
+0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sun, 11 Aug 2013 23:21:44 +0000
(
01:21
+0200)
tweeper.php
patch
|
blob
|
history
diff --git
a/tweeper.php
b/tweeper.php
index
ef55022
..
94d91c3
100644
(file)
--- a/
tweeper.php
+++ b/
tweeper.php
@@
-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;