Parse error fix
This commit is contained in:
parent
f8b7589324
commit
b72322b9e7
|
@ -262,7 +262,7 @@ class Action extends HTMLOutputter // lawsuit
|
||||||
|
|
||||||
function showCore()
|
function showCore()
|
||||||
{
|
{
|
||||||
$this->elementStart('div' array('class' => 'core'));
|
$this->elementStart('div', array('class' => 'core'));
|
||||||
$this->showLocalNav();
|
$this->showLocalNav();
|
||||||
$this->showContentBlock();
|
$this->showContentBlock();
|
||||||
$this->showAside();
|
$this->showAside();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user