summaryrefslogtreecommitdiff
path: root/lib/error.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-02 16:46:51 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-02 16:46:51 -0500
commitab16bb876b895c16f3a7da8eb658e68dc9a9eb24 (patch)
treeaef498307290afc2ffc3fafe8dd554923335c73f /lib/error.php
parentdaa5797809ec9315db463c5ecc721f1273c0d17e (diff)
parentb6f0f72a0992596f68f5aa1d4513e6bd3884a2c0 (diff)
Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'lib/error.php')
-rw-r--r--lib/error.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/error.php b/lib/error.php
index 9842053d8..03065bc70 100644
--- a/lib/error.php
+++ b/lib/error.php
@@ -130,6 +130,7 @@ class ErrorAction extends Action
{
$this->elementStart('div', array('id' => 'header'));
$this->showLogo();
+ $this->showPrimaryNav();
$this->elementEnd('div');
}