dwoo-project / dwoo

[UNMAINTAINED] php template engine
http://dwoo.org
GNU Lesser General Public License v3.0
167 stars 58 forks source link

Random NULL and errorHandler #5

Closed dododedodonl closed 10 years ago

dododedodonl commented 10 years ago

Fixed random NULL appearing (probably from using exit somewhere)

Now an error will be shown, type hinting in errorHandler broke some things. I tried to fix it with the global namespace but this would not work.