update 14 July 2016
This commit is contained in:
@@ -46,10 +46,10 @@ class Export {
|
||||
function process() {
|
||||
try {
|
||||
if(is_writable($this->export_path) === false) {
|
||||
throw new \Exception(__("Couldn't save export file on the server."));
|
||||
throw new \Exception(__("Couldn't save export file on the server"));
|
||||
}
|
||||
if(!extension_loaded('zip')) {
|
||||
throw new \Exception(__('Export requires a ZIP extension to be installed on the host.'));
|
||||
throw new \Exception(__('Export requires a ZIP extension to be installed on the host'));
|
||||
}
|
||||
$processed_subscribers = call_user_func(
|
||||
array(
|
||||
|
Reference in New Issue
Block a user