diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-11-14 15:59:29 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-11-14 16:00:00 +0100 |
| commit | 0cd2632cb7017951f166ff2ebea9b9638e2f52dc (patch) | |
| tree | b920dd84ab30375e7c86dd4dda00f8062ea3484d /app/controllers/resources | |
| parent | 85a06aefd4bf3d1f206ce4331934fdd28dd07fa5 (diff) | |
revert #4821 on main, re #4821
Diffstat (limited to 'app/controllers/resources')
| -rw-r--r-- | app/controllers/resources/room_request.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/resources/room_request.php b/app/controllers/resources/room_request.php index 113c5d3..7f7cdbe 100644 --- a/app/controllers/resources/room_request.php +++ b/app/controllers/resources/room_request.php @@ -1816,6 +1816,7 @@ class Resources_RoomRequestController extends AuthenticatedController $this->reply_comment = Request::get('reply_comment'); $this->request->reply_comment = $this->reply_comment; $this->request->closed = '3'; + $this->request->last_modified_by = $this->current_user->id; if ($this->request->isDirty()) { if ($this->request->store()) { $this->show_form = false; |
