From 4dd0d526015448d0b6a86bb42dd69a3bc28ad8ac Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Mon, 15 Apr 2024 15:47:23 +0200 Subject: remove duplicated assignment, re #4017 --- app/controllers/course/room_requests.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/course/room_requests.php b/app/controllers/course/room_requests.php index 926e000..cd73b28 100644 --- a/app/controllers/course/room_requests.php +++ b/app/controllers/course/room_requests.php @@ -26,8 +26,6 @@ class Course_RoomRequestsController extends AuthenticatedController */ public function before_filter(&$action, &$args) { - $this->current_action = $action; - parent::before_filter($action, $args); $this->current_user = User::findCurrent(); -- cgit v1.0