diff options
Diffstat (limited to 'engine/lib/users.php')
-rw-r--r-- | engine/lib/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/users.php b/engine/lib/users.php index 2718d18b9..ec22db239 100644 --- a/engine/lib/users.php +++ b/engine/lib/users.php @@ -39,7 +39,7 @@ $this->attributes['email'] = "";
$this->attributes['language'] = "";
$this->attributes['code'] = "";
-
+ $this->attributes['tables_split'] = 2;
}
/**
|