From b50b994af2df3453dbc2a1015a297c2b28e4b209 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 25 Oct 2018 21:37:41 -0400 Subject: issue: Implement form handler iss-mesg-add Submissions to the iss-mesg-add form are now handled by this function. User must be logged in and permitted to post to the issue in question. Signed-off-by: Malf Furious --- app/view/issue.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/view/issue.php') diff --git a/app/view/issue.php b/app/view/issue.php index 6f9f95a..9b3910c 100644 --- a/app/view/issue.php +++ b/app/view/issue.php @@ -14,6 +14,7 @@ namespace issue_v; +require_once "model/issue.php"; require_once "class/issue.class.php"; ?> -- cgit v1.2.3