diff options
author | Malf Furious <m@lfurio.us> | 2018-10-25 21:37:41 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-25 21:37:41 -0400 |
commit | b50b994af2df3453dbc2a1015a297c2b28e4b209 (patch) | |
tree | 8f16cd3ceb2bbdc8354e0e5fe06540fe065e69ef /app/view/issue.php | |
parent | 1bb6077c7c74c0b65be906cbeed417f911498e87 (diff) | |
download | scrott-b50b994af2df3453dbc2a1015a297c2b28e4b209.tar.gz scrott-b50b994af2df3453dbc2a1015a297c2b28e4b209.zip |
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 <m@lfurio.us>
Diffstat (limited to 'app/view/issue.php')
-rw-r--r-- | app/view/issue.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"; ?> |