1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Theme preferences import/export added to 'database' admin area.

This commit is contained in:
Cameron
2019-07-09 12:08:52 -07:00
parent 4465182852
commit f5317e329f
4 changed files with 110 additions and 8 deletions

View File

@@ -4112,7 +4112,7 @@ class e_admin_tree_model extends e_front_tree_model
$filename = "e107Export_" .$this->getModelTable()."_". date("YmdHi").".xml";
$query = $this->getFieldIdName().' IN ('.$idstr.') '; // ORDER BY '.$this->getParam('db_order') ;
e107::getXML()->e107Export(null,$table,null,array('file'=>$filename,'query'=>$query));
e107::getXml()->e107Export(null,$table,null,null, array('file'=>$filename,'query'=>$query));
return null;