mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
undo freesans temporarily due to poor legibility.
This commit is contained in:
parent
919fbdfb9b
commit
fd1abe1c54
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue