1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-13 14:04:51 +02:00
This commit is contained in:
Cameron
2019-09-03 05:07:06 -07:00
parent 751f2383ec
commit bd29c49f89
5 changed files with 48 additions and 10 deletions

View File

@@ -175,6 +175,8 @@
$xmlArray = $this->_xml->loadXMLfile($file, 'advanced');
$arr = array();
foreach($xmlArray['prefs']['core'] as $val)
@@ -229,7 +231,7 @@
public function testE107Export()
{
$ret = $this->_xml->e107Export(array('core'), null, null, array('return'=>true));
$ret = $this->_xml->e107Export(array('core'), null, null, null, array('return'=>true));
$incorrect = '<core name="e_jslib_plugin"><![CDATA[Array]]></core>';
$correct = '<core name="e_jslib_plugin"><![CDATA[array ()]]></core>';