Notiz Anhang Preview & CodeQuality

This commit is contained in:
cgfhtw
2024-05-28 14:38:37 +02:00
parent fb4997b1ac
commit dccf845e3b
2 changed files with 12 additions and 4 deletions
-1
View File
@@ -475,7 +475,6 @@ abstract class Notiz_Controller extends FHCAPI_Controller
public function loadDokumente()
{
$_POST = json_decode(utf8_encode($this->input->raw_input_stream), true);
$notiz_id = $this->input->post('notiz_id');
$this->NotizModel->addSelect('campus.tbl_dms_version.*');