settings module

edited February 2016 in Bug Reports
In FuelCMS feature/1.4_dev, uncommenting the following lines in MY_fuel.php:

$config['settings'] = array();
$config['settings']['site_name'] = array();
if (!empty($config['modules_allowed']))
{
$config['settings']['modules_allowed'] = array('type' => 'multi', 'options' => array_combine($config['modules_allowed'], $config['modules_allowed']));
}

Causes the following errors in fuel admin:

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Fuel::$settings

Filename: libraries/Fuel_advanced_module.php

Line Number: 501

Comments

Sign In or Register to comment.