From 524f205caa1fc95371acaed95c4af12ec4dd7745 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 May 2013 22:49:46 -0700 Subject: photo driver issue when updating contact photos - old class structure used instead of photo_factory() --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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'); -- cgit v1.2.3