Dropbox: Flash messages not shown after simple upload - refs #4864

Author: @TheTomcat14
pull/4909/head
TheTomcat14 2 years ago committed by GitHub
parent 8e6fdb2aba
commit 56d89725e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main/dropbox/index.php

@ -77,6 +77,8 @@ if (isset($_POST['submitWork'])) {
$check = Security::check_token(); $check = Security::check_token();
if ($check) { if ($check) {
store_add_dropbox(); store_add_dropbox();
echo Display::getFlashToString();
} }
} }

Loading…
Cancel
Save