From b72322b9e786a0e1fd0eecb2705fee0bf470ac8a Mon Sep 17 00:00:00 2001 From: sarven Date: Wed, 14 Jan 2009 17:30:03 +0000 Subject: [PATCH] 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 85042871e5..0419828b3a 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();