Open Sama34 opened 10 years ago
Setting "Lines limit in signatures" setting to an empty value ("" or "0") will cause the plugin to fail at User CP because of the following code:
if(!($mybb->input['action'] == 'do_editsig' && $mybb->request_method == 'post' && $mybb->usergroup['sc_maxsiglines'])) { return; }
Setting "Lines limit in signatures" setting to an empty value ("" or "0") will cause the plugin to fail at User CP because of the following code: