Merge branch 'wall_to_wall' of github.com:CyberDomovoy/friendica into threaded_items

This commit is contained in:
Domovoy 2012-08-24 04:58:11 +02:00
commit 72f3d628e8
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ function prepare_threads_body($a, $items, $cmnt_tpl, $page_writeable, $mode, $pr
$owner_url = zrl($matches[0][1]);
$owner_name = $matches[0][2];
// Use the nosign
$owner_photo = $a->get_baseurl .'/images/nosign.jpg';
$owner_photo = $a->get_baseurl() .'/images/nosign.jpg';
}
}
}