reformatted PreordernotificationController.php

This commit is contained in:
Frank Schubert
2024-11-27 16:14:24 +01:00
parent 25cf289430
commit 2cf306c5c3

View File

@@ -18,7 +18,7 @@ class PreordernotificationController extends mfBaseController {
$this->layout()->setTemplate("Preordernotification/Index");
$rfilter = $this->request->filter;
iF(!is_array($rfilter)) {
if(!is_array($rfilter)) {
$rfilter = [];
}