Enabled user registration
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user