diff --git a/application/Radius/RadiusController.php b/application/Radius/RadiusController.php index 8b3ec998b..194a95832 100644 --- a/application/Radius/RadiusController.php +++ b/application/Radius/RadiusController.php @@ -6,7 +6,7 @@ class RadiusController extends mfBaseController { private User $me; protected function init(): void { - $this.needlogin=true; + $this->needlogin=true; $me = new User(); $me->loadMe(); $this->layout()->set("me", $me);