]> git.mxchange.org Git - friendica.git/commit
Switch register_template_engine() to the only one available
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 1 Feb 2018 18:33:04 +0000 (13:33 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Fri, 2 Feb 2018 12:46:13 +0000 (07:46 -0500)
commit42c97db7241c8393a7560a31f84a03325df00616
tree52b338efacf6edf389882289ad3f067c62027c8d
parentf574528338f8a7c1136432dba05abadf156b6c47
Switch register_template_engine() to the only one available

- get_declared_classes() can't be used with autoloading
- Removed killme() to prevent infinite loop during App object
instantiation
src/App.php