Skip to content

Commit eb0acb6

Browse files
committed
fix(formanswer): redirect to login if session expired
1 parent 42dd84e commit eb0acb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

front/formanswer.php

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
Html::displayNotFoundError();
3737
}
3838

39+
Session::checkLoginUser();
40+
3941
if (!PluginFormcreatorFormAnswer::canView()) {
4042
Html::displayRightError();
4143
}

0 commit comments

Comments
 (0)