Enabled user registration

This commit is contained in:
Deon George
2018-12-25 12:48:57 +11:00
parent cb2d7936d0
commit 128002f434
26 changed files with 854 additions and 149 deletions

View File

@@ -280,7 +280,7 @@ abstract class Frame
*/
public function isFramePublic(): bool
{
return $this->frame->closed ? FALSE : TRUE;
return $this->frame->public ? TRUE : FALSE;
}
// @todo To implement
@@ -401,7 +401,7 @@ abstract class Frame
$o->frame = 999;
$o->index = 'a';
$o->access = 1;
$o->closed = 0;
$o->public = 1;
$o->cls = 1;
// Header