aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2013-01-09 10:58:04 +0100
committerMichael Meer <michael@meer.name>2013-01-09 10:58:04 +0100
commit03f03d18a95e855159035f83fef723b7f873a4f8 (patch)
tree693c021fcac63ec471ab3cc63522b95440f8b96c
parentbb21c4bb13d179eed6ded7d44cf3fbef10090d6f (diff)
downloadvolse-hubzilla-03f03d18a95e855159035f83fef723b7f873a4f8.tar.gz
volse-hubzilla-03f03d18a95e855159035f83fef723b7f873a4f8.tar.bz2
volse-hubzilla-03f03d18a95e855159035f83fef723b7f873a4f8.zip
get_cached_avatar_image no longer in use
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e9754eae2..c9c7225da 100644
--- a/boot.php
+++ b/boot.php
@@ -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'];