implemented spaces, fixed login and signup, thought creation and space creation.
This commit is contained in:
+4
-2
@@ -23,9 +23,11 @@ function randomId(int $mode)
|
||||
return randomId($mode);
|
||||
else
|
||||
return $id;
|
||||
break;
|
||||
case 2:
|
||||
break;
|
||||
if (Space::exists($id))
|
||||
return randomId($mode);
|
||||
else
|
||||
return $id;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user