1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

General cleanup

This commit is contained in:
CaMer0n
2012-08-10 11:37:20 +00:00
parent 35fe774435
commit 2f788a86f5
8 changed files with 9 additions and 7 deletions

View File

@@ -379,7 +379,7 @@ if (e_QUERY)
// Initial signup (registration)
//----------------------------------------
if (isset($_POST['register']) ) //&& $pref['user_reg'] == 1 add later.
if (isset($_POST['register']) && $pref['user_reg'] == 1)
{
$e107cache->clear("online_menu_totals");
require_once(e_HANDLER."message_handler.php");