projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b735006
)
tweeper.php: rename DomDocument() to DOMDocument()
author
Antonio Ospite <ao2@ao2.it>
Wed, 18 May 2016 20:35:28 +0000
(22:35 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 20 May 2016 13:03:40 +0000
(15:03 +0200)
DOMDocument() is the more used form, it is also already used in some
other parts of the file.
tweeper.php
patch
|
blob
|
history
diff --git
a/tweeper.php
b/tweeper.php
index
579aae1
..
cc261ef
100644
(file)
--- a/
tweeper.php
+++ b/
tweeper.php
@@
-150,7
+150,7
@@
class Tweeper {
return '';
}
- $dom = new D
om
Document();
+ $dom = new D
OM
Document();
$enc = $dom->createElement('enclosure');
$enc->setAttribute('url', $url_info['url']);
$enc->setAttribute('length', $url_info['download_content_length']);