Parse error fix

This commit is contained in:
sarven 2009-01-14 17:30:03 +00:00
parent f8b7589324
commit b72322b9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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();