undo freesans temporarily due to poor legibility.

This commit is contained in:
Friendika 2011-01-06 13:26:25 -08:00
parent 919fbdfb9b
commit fd1abe1c54
2 changed files with 2 additions and 2 deletions

View file

@ -245,7 +245,7 @@ function profile_content(&$a, $update = 0) {
$alike = array();
$dlike = array();
if(count($r)) {
if($r !== false && count($r)) {
foreach($r as $item) {
like_puller($a,$item,$alike,'like');