HOR-1573

HOR-1573

HOR-1573
This commit is contained in:
Paula V. Quispe
2016-08-04 14:56:58 -04:00
parent 5413d93e6b
commit 0800a03385
32 changed files with 118 additions and 1025 deletions

View File

@@ -2619,7 +2619,7 @@ function run_update_plugin_attributes($task, $args)
echo "Done!\n";
} catch (Exception $e) {
echo $e->getMessage() . "\n";
error_log( $e->getMessage() . "\n" );
}
}
@@ -2731,7 +2731,7 @@ function run_check_plugin_disabled_code($task, $args)
echo "Done!\n";
} catch (Exception $e) {
echo $e->getMessage() . "\n";
error_log( $e->getMessage() . "\n" );
}
}