mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
Code cleanup
This commit is contained in:
@@ -198,7 +198,7 @@ class e107_event
|
||||
global $pref;
|
||||
if(!is_array($parms))
|
||||
{
|
||||
$_tmp = parse_str($parms, $parms);
|
||||
parse_str($parms, $parms);
|
||||
}
|
||||
if(isset($pref['e_admin_events_list']) && is_array($pref['e_admin_events_list']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user