CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Bug when no parameters passed to parsetemplatefile #95

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

Sometimes parseTemplateFile is called with no parameters (such as the admin/modules page). In this case the parameters.req block fails. Set a default parameters object in this case.