mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
Removing of PHP warnings
This commit is contained in:
parent
b89140952b
commit
520c2514f2
2 changed files with 4 additions and 2 deletions
|
@ -485,7 +485,8 @@ function jappixmini_script(&$a,&$s) {
|
|||
dbesc($dfrn_id),
|
||||
dbesc($dfrn_id)
|
||||
);
|
||||
$name = $r[0]["name"];
|
||||
if (count($r))
|
||||
$name = $r[0]["name"];
|
||||
|
||||
$value = $row['v'];
|
||||
$pos = strpos($value, ":");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue