App::get_template_engine() redeclared
This commit is contained in:
parent
6881edf1f7
commit
f620495c7a
8
boot.php
8
boot.php
|
@ -671,14 +671,6 @@ if(! class_exists('App')) {
|
||||||
return $this->curl_headers;
|
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){
|
function get_cached_avatar_image($avatar_image){
|
||||||
if($this->cached_profile_image[$avatar_image])
|
if($this->cached_profile_image[$avatar_image])
|
||||||
return $this->cached_profile_image[$avatar_image];
|
return $this->cached_profile_image[$avatar_image];
|
||||||
|
|
Loading…
Reference in a new issue