photo driver issue when updating contact photos - old class structure used instead of photo_factory()

This commit is contained in:
friendica
2013-05-05 22:49:46 -07:00
parent 175f30d7cc
commit 524f205caa
3 changed files with 7 additions and 5 deletions

View File

@@ -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');