diff options
author | friendica <info@friendica.com> | 2013-05-05 22:49:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-05 22:49:46 -0700 |
commit | 524f205caa1fc95371acaed95c4af12ec4dd7745 (patch) | |
tree | 0255a161ed3182bb23e65a3db3adaa25cbe036cd /boot.php | |
parent | 175f30d7cc287412bc2555bc17c158a3af231dad (diff) | |
download | volse-hubzilla-524f205caa1fc95371acaed95c4af12ec4dd7745.tar.gz volse-hubzilla-524f205caa1fc95371acaed95c4af12ec4dd7745.tar.bz2 volse-hubzilla-524f205caa1fc95371acaed95c4af12ec4dd7745.zip |
photo driver issue when updating contact photos - old class structure used instead of photo_factory()
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1099,7 +1099,7 @@ function check_config(&$a) { . 'Content-type: text/plain; charset=UTF-8' . "\n" . 'Content-transfer-encoding: 8bit' ); //try the logger - logger('CRITICAL: Update Failed: '. $x); + logger('CRITICAL: Update Failed: ' . $x); } else set_config('database','update_r' . $x, 'success'); |