Skip to content
Snippets Groups Projects
Commit 774cfaa2 authored by lucha's avatar lucha
Browse files

user feedback

parent d865d970
No related branches found
No related tags found
No related merge requests found
......@@ -560,6 +560,7 @@ function do_uninstall_plugin($args){
$plugin_dir = NOBLOGS_ROOT . '/wp-content/plugins/';
if (is_plugin_active( $plugin )){
echo "Uninstalling" . $plugin . " from " . $arg;
deactivate_plugins($plugin_dir . $plugin, false, false);
}
restore_current_blog();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment