From 1b35b9517337d706fe6fa064d2c74d5b1db82f7c Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Thu, 25 Apr 2024 15:54:27 +0200 Subject: [PATCH] Comment --- application/controllers/components/stv/Students.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/components/stv/Students.php b/application/controllers/components/stv/Students.php index decf1b66a..475497141 100644 --- a/application/controllers/components/stv/Students.php +++ b/application/controllers/components/stv/Students.php @@ -2,6 +2,8 @@ if (! defined('BASEPATH')) exit('No direct script access allowed'); +// TODO(chris): Prestudent status missing + class Students extends FHC_Controller { public function __construct()