mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 11:02:43 +02:00
issue #1415 plugin manager redesigned
* actions on plugins are down in AJAX (no more page reload) * plugins can be filtered but plugins do not move from a section (active) to another (inactive)
This commit is contained in:
committed by
plegall
parent
ec4d677cf7
commit
a86684ebc4
@@ -238,7 +238,7 @@ DELETE FROM '. PLUGINS_TABLE .'
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
|
||||
deltree(PHPWG_PLUGINS_PATH . $plugin_id, PHPWG_PLUGINS_PATH . 'trash');
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user