I've got a bit of a daisy chain going on here and it's producing an error.
global.php
class Controller_Global extends Controller_Template
public function before()
parent::before();
However, I get this error:
Declaration of Controller_Global::before() should be compatible with that of Fuel\Core\Controller_Template::before() in /Users/user/Sites/site/fuel/app/classes/controller/global.php on line 3
Any ideas?