fuel / docs

Fuel PHP Framework - Fuel v1.x documentation
http://fuelphp.com/docs
Other
168 stars 234 forks source link

Error in Config::load() #100

Closed billmn closed 13 years ago

billmn commented 13 years ago

In RC 3 to load config from a module is not :

Config::load('foo\custom', 'bar');

but

Config::load('foo::custom', 'bar');

frankdejonge commented 13 years ago

Where is this? On what page?

billmn commented 13 years ago

In /classes/config.html on load() section But now I saw that error is in RC3 docs folder and not on fuelphp.com/docs

Thank you