Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Fix uninstall message. If the mod is forced uninstall the message shoul... #31

Merged
merged 2 commits into from
Jan 3, 2013
Merged

Fix uninstall message. If the mod is forced uninstall the message shoul... #31

merged 2 commits into from
Jan 3, 2013

Conversation

rmcgirr83
Copy link
Contributor

...d not say "mod was forced install"

@@ -1615,7 +1615,7 @@ function uninstall($action, $mod_id, $parent)
// if we forced uninstall of the MOD, we need to let the user know their board could be broken
if ($force_uninstall)
{
$template->assign_var('S_FORCE', true);
$template->assign_var('S_FORCE_UNINSTALL', true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You assign S_FORCE_UNINSTALL the value true, yet you are checking for S_FORCE_UNINSTALLED in acp_mods.html.

@rmcgirr83
Copy link
Contributor Author

Thanks Marc...bit early yet for me.

Fixed.

tumba25 pushed a commit that referenced this pull request Jan 3, 2013
Fix uninstall message.  If the mod is forced uninstall the message shoul...
@tumba25 tumba25 merged commit 10e4c7d into phpbb:master Jan 3, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants