diff options
author | Malf Furious <m@lfurio.us> | 2018-10-26 22:00:18 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-26 22:00:18 -0400 |
commit | b9783160efe6ab1d6084113fa5c0fa982404be53 (patch) | |
tree | 6d7bb828c87e77eca946ce0c958c290e0dac1a2d /app/model/datamods.php | |
parent | d73d8ccf9b009a522080f7fec08bf9f23962e1c9 (diff) | |
parent | 3e0aa02f2051300fbe255c578ed2717a71b65954 (diff) | |
download | scrott-b9783160efe6ab1d6084113fa5c0fa982404be53.tar.gz scrott-b9783160efe6ab1d6084113fa5c0fa982404be53.zip |
Merge branch 'feature/logging' into dev
Signed-off-by: Malf Furious <m@lfurio.us>
Diffstat (limited to 'app/model/datamods.php')
-rw-r--r-- | app/model/datamods.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/model/datamods.php b/app/model/datamods.php index e2051f3..0b7f3da 100644 --- a/app/model/datamods.php +++ b/app/model/datamods.php @@ -112,6 +112,7 @@ if (isAction("dm-issue-add")) $mesg = mesg::initNewDiscussion($form->name, $form->mesg, $user, $pad); $issue = issue::initNew($mesg, $user, $stages[0]); + $log = mesg::initNewLog("%s opened issue", $user, $issue); location(); // bug mitigation } |