From: friendica Date: Fri, 11 Jan 2013 06:34:25 +0000 (-0800) Subject: App::get_template_engine() redeclared X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f620495c7aa0f53cc1b5a60a7bb622242b7c7148;p=friendica.git App::get_template_engine() redeclared --- diff --git a/boot.php b/boot.php index 4ea5a49762..7d02ba9e04 100644 --- 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];