debugging directory profiles

This commit is contained in:
friendica 2013-01-04 19:47:03 -08:00
parent 9695e53a64
commit d14c211341

View File

@ -312,6 +312,9 @@ function zot_refresh($them,$channel = null) {
}
}
else {
logger('zot_refresh: importing profile if available');
// Are we a directory server of some kind?
$dirmode = intval(get_config('system','directory_mode'));
if($dirmode != DIRECTORY_MODE_NORMAL) {
@ -997,6 +1000,7 @@ function process_profile_delivery($sender,$arr,$deliveries) {
function import_directory_profile($hash,$profile) {
logger('import_directory_profile');
if(! $hash)
return;