mirror of
https://github.com/filp/whoops.git
synced 2026-09-11 18:26:22 +00:00
Move custom data tables to top
This commit is contained in:
@@ -75,7 +75,7 @@ class PrettyPageHandler extends Handler
|
||||
);
|
||||
|
||||
// Add extra entries list of data tables:
|
||||
$v->tables = array_merge($v->tables, $this->getDataTables());
|
||||
$v->tables = array_merge($this->getDataTables(), $v->tables);
|
||||
|
||||
call_user_func(function() use($templateFile, $v) {
|
||||
// $e -> cleanup output
|
||||
|
||||
Reference in New Issue
Block a user