diff --git a/application/controllers/codex/UHSTAT1.php b/application/controllers/codex/UHSTAT1.php index 6bbd4d4f8..4486f9d74 100644 --- a/application/controllers/codex/UHSTAT1.php +++ b/application/controllers/codex/UHSTAT1.php @@ -321,7 +321,7 @@ class UHSTAT1 extends FHC_Controller $this->NationModel->addSelect("nation_code, $nationTextFieldName AS nation_text"); $this->NationModel->addOrder("nation_text"); - $nationRes = $this->NationModel->load(); + $nationRes = $this->NationModel->loadWhere('sperre IS NULL OR sperre = FALSE'); if (isError($nationRes)) return $nationRes;