cleanup uninstall file

master
Jean-Christian Paul Denis 2021-08-26 01:48:22 +02:00
parent be0a647da5
commit 0afc3db3d5
1 changed files with 32 additions and 31 deletions

View File

@ -10,7 +10,9 @@
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------ # -- END LICENSE BLOCK ------------------------------------
if (!defined('DC_CONTEXT_ADMIN')){return;} if (!defined('DC_CONTEXT_ADMIN')) {
return;
}
$this->addUserAction( $this->addUserAction(
/* type */ 'settings', /* type */ 'settings',
@ -64,4 +66,3 @@ $this->addDirectAction(
/* ns */ 'kUtRL', /* ns */ 'kUtRL',
/* description */ sprintf(__('delete %s plugin files'),'kUtRL') /* description */ sprintf(__('delete %s plugin files'),'kUtRL')
); );
?>