mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix tests on PHP 5.4
This commit is contained in:
@@ -200,7 +200,7 @@ abstract class Feed_XML_Abstract
|
||||
* @param string $tagcontent
|
||||
* @return DOMElement
|
||||
*/
|
||||
protected function addTag(DOMDocument &$document, DOMNode &$node, $tagname, $tagcontent = null)
|
||||
protected function addTag(DOMDocument $document, DOMNode $node, $tagname, $tagcontent = null)
|
||||
{
|
||||
$tag = $document->createElement($tagname);
|
||||
|
||||
|
Reference in New Issue
Block a user