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

[eluser]Phil Sturgeon[/eluser]
[quote author="Demostenes Garcia" date="1246133976"]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[/quote]

actually that's perfecty valid php sytax to add an item to an array, like array_merge() :-)

yorick, I'll have a think about that suggestion when I'm not at the pub :-p


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



Theme © iAndrew 2016 - Forum software by © MyBB