Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]demogar[/eluser]
Hey, I think there's an error with line #48 of application/modules/comments/controllers/admin.php:
Code:
$this->data->modules = $modules + array('module' => 'all');

Must be:
Code:
$this->data->modules = $modules . array('module' => 'all');


I think somebody thought it was js Smile


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 06-27-2009, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB