Index: trunk/admin/install/restore_select.php =================================================================== diff -u -r41 -r103 --- trunk/admin/install/restore_select.php (.../restore_select.php) (revision 41) +++ trunk/admin/install/restore_select.php (.../restore_select.php) (revision 103) @@ -1,7 +1,15 @@ Execute($sql); + + $filepath = $rs->fields['VariableValue']; + if (!strlen($filepath)) { + $filepath = $pathtoroot.$admin.$path_char.'backupdata'; + } +} function getRestoreDirList($dirName) {