From b72322b9e786a0e1fd0eecb2705fee0bf470ac8a Mon Sep 17 00:00:00 2001 From: sarven Date: Wed, 14 Jan 2009 17:30:03 +0000 Subject: Parse error fix --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3-54-g00ecf