aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-25 12:37:39 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-25 12:37:39 +0200
commit3bcda97e28f096558baa46be63e8bb40f43c59c8 (patch)
treecd55629bb43f1e417dcd34ab1abc06066d48b5d8 /phpBB/phpbb/event
parent48278f122cf9a2b23c39eccdd998b0c9b0552b2a (diff)
downloadforums-3bcda97e28f096558baa46be63e8bb40f43c59c8.tar
forums-3bcda97e28f096558baa46be63e8bb40f43c59c8.tar.gz
forums-3bcda97e28f096558baa46be63e8bb40f43c59c8.tar.bz2
forums-3bcda97e28f096558baa46be63e8bb40f43c59c8.tar.xz
forums-3bcda97e28f096558baa46be63e8bb40f43c59c8.zip
[ticket/12273] Sort arguments alphabetically before exporting
PHPBB3-12273
Diffstat (limited to 'phpBB/phpbb/event')
-rw-r--r--phpBB/phpbb/event/php_exporter.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/event/php_exporter.php b/phpBB/phpbb/event/php_exporter.php
index ac88ffa8b5..a92bd2671d 100644
--- a/phpBB/phpbb/event/php_exporter.php
+++ b/phpBB/phpbb/event/php_exporter.php
@@ -223,6 +223,7 @@ class php_exporter
. "'{$this->events[$this->current_event]['file']}'", 10);
}
+ sort($arguments);
$this->events[$this->current_event] = array(
'event' => $this->current_event,
'file' => $this->current_file,