mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
ajout du message "Le sondage est bien créé."
https://framagit.org/framasoft/framadate/issues/62
This commit is contained in:
parent
cb03c5c054
commit
402f2abf64
12 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
// -------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue