aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2018-10-01 15:16:42 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 21:21:09 +0200
commite46d8d329d6f976ea0be50414a5fe245410ca20b (patch)
tree6e03c3d35f8304b6da78438ac60d868fd5ab606a /phpBB/posting.php
parenta702142a3483e0d80352e74d238938e6f01eaa2d (diff)
downloadforums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar
forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar.gz
forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar.bz2
forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar.xz
forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.zip
[ticket/15244] Remove unglobalise related code
PHPBB3-15244
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 75085a5635..eba4d9f0a9 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -40,7 +40,7 @@ $load = (isset($_POST['load'])) ? true : false;
$confirm = $request->is_set_post('confirm');
$cancel = (isset($_POST['cancel']) && !isset($_POST['save'])) ? true : false;
-$refresh = (isset($_POST['add_file']) || isset($_POST['delete_file']) || isset($_POST['cancel_unglobalise']) || $save || $load || $preview);
+$refresh = (isset($_POST['add_file']) || isset($_POST['delete_file']) || $save || $load || $preview);
$submit = $request->is_set_post('post') && !$refresh && !$preview;
$mode = $request->variable('mode', '');