Skip to content
Snippets Groups Projects
Commit 105eaab9 authored by Jared Hancock's avatar Jared Hancock
Browse files

canned: Fix inability to create new canned responses

parent 449cbff8
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ if ($_POST) {
}
break;
case 'create':
$premade = FAQ::create();
$premade = Canned::create();
if ($premade->update($_POST,$errors)) {
$msg=sprintf(__('Successfully added %s'), Format::htmlchars($_POST['title']));
$_REQUEST['a']=null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment