projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3df99
)
tweeper.php: fix a typo s/Apparenty/Apparently/
author
Antonio Ospite <ao2@ao2.it>
Tue, 17 May 2016 14:14:29 +0000
(16:14 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 20 May 2016 08:55:09 +0000
(10:55 +0200)
tweeper.php
patch
|
blob
|
history
diff --git
a/tweeper.php
b/tweeper.php
index
bfc07f2
..
736b5b3
100644
(file)
--- a/
tweeper.php
+++ b/
tweeper.php
@@
-213,7
+213,7
@@
class Tweeper {
* Convert json to xml.
*/
private function json_to_xml($json, $root_node_name) {
- // Apparenty the ObjectNormalizer used afterwards is not able to handle
+ // Apparent
l
y the ObjectNormalizer used afterwards is not able to handle
// the stdClass object created by json_decode() with the default setting
// $assoc = false; so use $assoc = true.
$data = json_decode($json, $assoc = TRUE);