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

Issue #1767 - Signup template cleanup.

This commit is contained in:
Cameron
2020-04-20 12:37:39 -07:00
parent ab925f43cc
commit 31e197ccce
4 changed files with 62 additions and 43 deletions

View File

@@ -21,13 +21,11 @@ class e_signup_class
{
private $testMode = false;
private $pref = array();
private $pref;
function __construct()
{
$pref = e107::pref('core');
$this->pref = $pref;
$this->pref = e107::pref('core');
$this->pref['user_reg_veri'] = intval($this->pref['user_reg_veri']);