mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/12273] Sort arguments alphabetically before exporting
PHPBB3-12273
This commit is contained in:
parent
48278f122c
commit
3bcda97e28
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user