fuel / parser

Fuel PHP Framework - v1.x template parser package adapters
http://fuelphp.com
64 stars 45 forks source link

Putting the default value back. Fixes Issue #42 #43

Closed lukearmstrong closed 12 years ago

lukearmstrong commented 12 years ago

I've just updated the fuel core and packages on an existing site.

Then I started getting these errors https://gist.github.com/2149707

I have a class in a package \Mobile\View which extends the \Parser\View class and uses the forge() method.

Debugging it I discover $class is null for me, so I came here to see what had changed recently, and it appears the removal of the default value has caused a problem for me.

Is there any reason why the default value was removed? When I put it back it works again.

lukearmstrong commented 12 years ago

Error 500

frankdejonge commented 12 years ago

Ah didn't see the pull, already fixed it. Thanks!