]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Parse error fix
authorsarven <csarven@plantard.controlezvous.ca>
Wed, 14 Jan 2009 17:30:03 +0000 (17:30 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Wed, 14 Jan 2009 17:30:03 +0000 (17:30 +0000)
lib/action.php

index 85042871e54be0aa8b24539c27323dc2d0a42fbc..0419828b3a4a85a3f4c9fe6befead3e98b26de3c 100644 (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();