mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
adds a childaction for the rooms when searching for a room to see the eventoverview of the room
This commit is contained in:
@@ -116,7 +116,7 @@ class Cms extends FHC_Controller
|
||||
}
|
||||
}
|
||||
|
||||
public function getRoomInformation(){
|
||||
$this->load->view('CisVue/Cms/RoomInformation');
|
||||
public function getRoomInformation($ort_kurzbz){
|
||||
$this->load->view('CisVue/Cms/RoomInformation',['ort_kurzbz'=>$ort_kurzbz]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user