mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12273] Sort arguments alphabetically before exporting
PHPBB3-12273
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user