Skip to content
Snippets Groups Projects
Commit eb6a8cad authored by Scott's avatar Scott
Browse files

Bug fix: Typo preventing the addon from being deactivated.


Signed-off-by: default avatarScott Barr <scott@barr.co.za>
parent 490516ac
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ function awit_zacr_activate()
function awit_zacr_deactivate()
{
// Remove custom tables
$result1 = mysql_query("
$result = mysql_query("
DROP TABLE `mod_awit_zacr_messages`
");
......
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