mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
[ticket/12273] Sort arguments alphabetically before exporting
PHPBB3-12273
This commit is contained in:
parent
48278f122c
commit
3bcda97e28
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue