projects
/
diogenes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d02b4
)
build menu earlier so that DB calls show up in DB trace
author
Jeremy Laine
<jeremy.laine@m4x.org>
Wed, 31 May 2006 19:00:04 +0000
(19:00 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Wed, 31 May 2006 19:00:04 +0000
(19:00 +0000)
include/diogenes.page.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/diogenes.page.inc.php
b/include/diogenes.page.inc.php
index
1c3aa2f
..
6c058db
100644
(file)
--- a/
include/diogenes.page.inc.php
+++ b/
include/diogenes.page.inc.php
@@
-78,13
+78,13
@@
class DiogenesPage extends DiogenesCorePage
global $globals;
$this->assign('page_template', $template);
+ $this->makeMenu();
if ($globals->debugdatabase)
$this->assign('db_trace',$globals->db->trace_format($this));
if ($globals->debugplugins)
$this->assign('plugins_trace',$globals->plugins->trace_format($this));
if (($globals->debugplugins) || ($globals->debugdatabase))
$this->assign('debug_css', $this->url("common.css"));
- $this->makeMenu();
if (!$master)
$master = $this->getTemplate();