summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-14 17:30:03 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-14 17:30:03 +0000
commitb72322b9e786a0e1fd0eecb2705fee0bf470ac8a (patch)
treeb692b1b084a19b9200bf444a86295868faaed2df /lib
parentf8b758932442cf468167e7b317d67162b6fac561 (diff)
Parse error fix
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index 85042871e..0419828b3 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -262,7 +262,7 @@ class Action extends HTMLOutputter // lawsuit
function showCore()
{
- $this->elementStart('div' array('class' => 'core'));
+ $this->elementStart('div', array('class' => 'core'));
$this->showLocalNav();
$this->showContentBlock();
$this->showAside();