Move custom data tables to top

This commit is contained in:
filp
2013-03-20 15:58:02 +00:00
parent 4df9a0e9e2
commit e8467fbc3c
+1 -1
View File
@@ -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