mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Closes #1801 Code cleanup. Deprecated method errors added.
This commit is contained in:
@@ -646,7 +646,7 @@ class newsletter
|
||||
}
|
||||
if ($subscribers_total_count<1)
|
||||
{
|
||||
header("location:".e_SELF);
|
||||
e107::redirect(e_SELF);
|
||||
exit;
|
||||
}
|
||||
// Loop through each user in the array subscribers_list & sanatize
|
||||
|
Reference in New Issue
Block a user