[ticket/12273] Sort arguments alphabetically before exporting

PHPBB3-12273
This commit is contained in:
Joas Schilling 2014-04-25 12:37:39 +02:00
parent 48278f122c
commit 3bcda97e28

View file

@ -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,