mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
MySQL error message fix. Custom Page userclass fix. Media-manager import fix for files contained '%'. XML DB export fix. Other News custom caption fix. FB Like menu without app_id fix.
This commit is contained in:
@@ -1639,6 +1639,7 @@ function exportXmlFile($prefs,$tables,$package=FALSE,$debug=FALSE)
|
||||
{
|
||||
|
||||
$xml->convertFilePaths = TRUE;
|
||||
$xml->modifiedPrefsOnly = true;
|
||||
$xml->filePathDestination = EXPORT_PATH;
|
||||
$xml->filePathPrepend = array(
|
||||
'news_thumbnail' => "{e_IMAGE}newspost_images/"
|
||||
@@ -1669,7 +1670,7 @@ function exportXmlFile($prefs,$tables,$package=FALSE,$debug=FALSE)
|
||||
{
|
||||
$mes->add(DBLAN_109." ".$newfile, E_MESSAGE_SUCCESS);
|
||||
}
|
||||
else
|
||||
elseif(!file_exists($newfile))
|
||||
{
|
||||
$mes->add(DBLAN_110." ".$newfile, E_MESSAGE_ERROR);
|
||||
}
|
||||
|
Reference in New Issue
Block a user