1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Added new user to the default userclass selection. Improved userclass() method docs.

This commit is contained in:
Cameron
2016-04-25 19:06:37 -07:00
parent 79c6e80c4f
commit b2771fa00a
2 changed files with 15 additions and 7 deletions

View File

@@ -531,7 +531,7 @@ class user_class
if (count($opt_arr) == 0)
{
$opt_arr = array('public' => 1, 'guest' => 1, 'new'=>1, 'nobody' => 1, 'member' => 1, 'classes' => 1);
$opt_arr = array('public' => 1, 'guest' => 1, 'nobody' => 1, 'member' => 1, 'classes' => 1);
}
if (isset($opt_arr['all']))