fuel / parser

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

Fixed undeclared static property: Parser\View_Markdown::$_global_data #34

Closed Savageman closed 13 years ago

Savageman commented 13 years ago

View::$global_data array is already included in the data, don't need to extract it twice.

Also View::$global_data should be without leading underscore.

Savageman commented 13 years ago

Thanks for the pull!