tweeper.php: rename DomDocument() to DOMDocument()
authorAntonio Ospite <ao2@ao2.it>
Wed, 18 May 2016 20:35:28 +0000 (22:35 +0200)
committerAntonio 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

index 579aae1..cc261ef 100644 (file)
@@ -150,7 +150,7 @@ class Tweeper {
       return '';
     }
 
-    $dom = new DomDocument();
+    $dom = new DOMDocument();
     $enc = $dom->createElement('enclosure');
     $enc->setAttribute('url', $url_info['url']);
     $enc->setAttribute('length', $url_info['download_content_length']);