aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-19 15:31:30 -0700
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-19 15:31:30 -0700
commite60816eeb12e70be88467d708685ffa49f177691 (patch)
treef17e90b84d0681952ab28223c187b6cd8d49f9b3 /phpBB/includes
parent29322e85ff31d1a71a07846241dd809972323340 (diff)
parentf421c082f73b26f5578d14af7cdbfefd013f554a (diff)
downloadforums-e60816eeb12e70be88467d708685ffa49f177691.tar
forums-e60816eeb12e70be88467d708685ffa49f177691.tar.gz
forums-e60816eeb12e70be88467d708685ffa49f177691.tar.bz2
forums-e60816eeb12e70be88467d708685ffa49f177691.tar.xz
forums-e60816eeb12e70be88467d708685ffa49f177691.zip
Merge pull request #1584 from marc1706/ticket/11713
[ticket/11713] Do not remove module if it couldn't be deleted
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_modules.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_modules.php b/phpBB/includes/acp/acp_modules.php
index a1e681b29c..7a1d30196d 100644
--- a/phpBB/includes/acp/acp_modules.php
+++ b/phpBB/includes/acp/acp_modules.php
@@ -379,6 +379,7 @@ class acp_modules
$json_response->send(array(
'MESSAGE_TITLE' => $user->lang('ERROR'),
'MESSAGE_TEXT' => implode('<br />', $errors),
+ 'SUCCESS' => false,
));
}