diff options
author | friendica <info@friendica.com> | 2013-01-09 02:18:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-09 02:18:23 -0800 |
commit | 2f5f9f8760b6a9a00d142a3ceb89461fdf932c10 (patch) | |
tree | 693c021fcac63ec471ab3cc63522b95440f8b96c /boot.php | |
parent | bb21c4bb13d179eed6ded7d44cf3fbef10090d6f (diff) | |
parent | 03f03d18a95e855159035f83fef723b7f873a4f8 (diff) | |
download | volse-hubzilla-2f5f9f8760b6a9a00d142a3ceb89461fdf932c10.tar.gz volse-hubzilla-2f5f9f8760b6a9a00d142a3ceb89461fdf932c10.tar.bz2 volse-hubzilla-2f5f9f8760b6a9a00d142a3ceb89461fdf932c10.zip |
Merge pull request #15 from MicMee/master
get_cached_avatar_image no longer in use
Diffstat (limited to 'boot.php')
-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']; |