From: sarven Date: Wed, 14 Jan 2009 17:30:03 +0000 (+0000) Subject: Parse error fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b72322b9e786a0e1fd0eecb2705fee0bf470ac8a;p=quix0rs-gnu-social.git Parse error fix --- 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();