diff options
author | friendica <info@friendica.com> | 2013-01-09 22:18:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-09 22:18:53 -0800 |
commit | 8a930241a434f5058289bd8d014fd2bd6a4e91a0 (patch) | |
tree | 0221d102221bba4855d4cf72ed24fb673d816590 | |
parent | ef2cb88a92bba804c3e7016c63a684b9981a940d (diff) | |
parent | 2f5f9f8760b6a9a00d142a3ceb89461fdf932c10 (diff) | |
download | volse-hubzilla-8a930241a434f5058289bd8d014fd2bd6a4e91a0.tar.gz volse-hubzilla-8a930241a434f5058289bd8d014fd2bd6a4e91a0.tar.bz2 volse-hubzilla-8a930241a434f5058289bd8d014fd2bd6a4e91a0.zip |
Merge https://github.com/friendica/red into zpull
-rw-r--r-- | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -813,7 +813,7 @@ if(! class_exists('App')) { return $this->curl_headers; } -//FIXME or remove + /* //MicMee 20120109 function no longer in use commented out function get_cached_avatar_image($avatar_image){ if($this->cached_profile_image[$avatar_image]) return $this->cached_profile_image[$avatar_image]; @@ -835,6 +835,7 @@ if(! class_exists('App')) { } return $this->cached_profile_image[$avatar_image]; } + */ function get_template_engine() { return $this->theme['template_engine']; |