ajout du message "Le sondage est bien créé."

https://framagit.org/framasoft/framadate/issues/62
This commit is contained in:
m 2018-04-07 22:24:55 +02:00
parent cb03c5c054
commit 402f2abf64
12 changed files with 24 additions and 0 deletions

View file

@ -70,6 +70,15 @@ if ($poll) {
exit;
}
// -------------------------------
// creation message
// -------------------------------
if (isset($_SESSION["Framadate"]["messagePollCreated"])) {
unset($_SESSION["Framadate"]["messagePollCreated"]);
$message = new Message('success', __('adminstuds', 'The poll is created.'));
}
// -------------------------------
// Update poll info
// -------------------------------