aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-05 22:49:46 -0700
committerfriendica <info@friendica.com>2013-05-05 22:49:46 -0700
commit524f205caa1fc95371acaed95c4af12ec4dd7745 (patch)
tree0255a161ed3182bb23e65a3db3adaa25cbe036cd /boot.php
parent175f30d7cc287412bc2555bc17c158a3af231dad (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 401fd458e..6fd785621 100644
--- a/boot.php
+++ b/boot.php
@@ -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');