]> git.mxchange.org Git - friendica.git/commitdiff
App::get_template_engine() redeclared
authorfriendica <info@friendica.com>
Fri, 11 Jan 2013 06:34:25 +0000 (22:34 -0800)
committerfriendica <info@friendica.com>
Fri, 11 Jan 2013 06:34:25 +0000 (22:34 -0800)
boot.php

index 4ea5a497626888882743fc284638f7d562a49952..7d02ba9e041435ddb19e2199e4059eb09660f752 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -671,14 +671,6 @@ if(! class_exists('App')) {
                        return $this->curl_headers;
                }
 
-               function get_template_engine() {
-                       return get_template_engine($this);
-               }
-
-               function set_template_engine($engine = 'internal') {
-                       return set_template_engine($this,$engine);
-               }
-
                function get_cached_avatar_image($avatar_image){
                        if($this->cached_profile_image[$avatar_image])
                                return $this->cached_profile_image[$avatar_image];