Skip to content
Snippets Groups Projects
Unverified Commit f4c901d6 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Typo


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent b04f95f0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ $pollRepository = RepositoryFactory::pollRepository();
/* ---- */
$form = isset($_SESSION['form']) ? unserialize($_SESSION['form']) : null;
if ($form === null && !($form instanceof Form)) {
if ($form === null || !($form instanceof Form)) {
$form = new Form();
}
......
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