From 398b58180ec343565da7398a08c1429d3a23e7b8 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 3 Feb 2024 19:42:49 +0200 Subject: [PATCH] fix home link --- src/controller/room.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controller/room.php b/src/controller/room.php index c15e69b..3a46109 100644 --- a/src/controller/room.php +++ b/src/controller/room.php @@ -262,7 +262,9 @@ class Room ), // home - $this->_link(), + $this->_link( + '/' + ), // post $this->_link( // @TODO