[ticket/12060] Copy this_u_action back to original this->u_action var

PHPBB3-12060
This commit is contained in:
Matt Friedman 2013-12-12 09:54:46 -08:00
parent f41638ebbf
commit 3659ba884e

View file

@ -387,6 +387,8 @@ class acp_bbcodes
}
$db->sql_freeresult($result);
$this->u_action = $this_u_action;
}
/*