Fixing a scope error
| Filename | |
|---|---|
| includes/admin/xml.php |
diff --git a/includes/admin/xml.php b/includes/admin/xml.php index ce685b2..895f9c5 100755 --- a/includes/admin/xml.php +++ b/includes/admin/xml.php @@ -49,7 +49,7 @@ function download_setting_xml($filename) } $xml_file .= "\n</xml_data_file>"; - $funct->download_file($xml_file, 'procal_settings.xml'); + $kalens->funct->download_file($xml_file, 'procal_settings.xml'); } // ##################### Start upload_setting_xml ####################