Update modules code with small fixes and improvements
This commit is contained in:
@@ -214,7 +214,7 @@ class custom extends module_base
|
||||
// first check for obvious errors, we don't want to waste server resources
|
||||
if (empty($custom_code))
|
||||
{
|
||||
trigger_error($this->user->lang['ACP_PORTAL_CUSTOM_CODE_SHORT']. adm_back_link($u_action), E_USER_WARNING);
|
||||
trigger_error($this->user->lang['TOO_FEW_CHARS']. adm_back_link($u_action), E_USER_WARNING);
|
||||
}
|
||||
|
||||
// get groups and check if the selected groups actually exist
|
||||
|
||||
Reference in New Issue
Block a user