mirror of
https://github.com/friendica/friendica
synced 2025-05-12 03:44:10 +02:00
fix undeclared variables or wrong variable names (/src)
This commit is contained in:
parent
7e15a9f0f5
commit
342b9af734
8 changed files with 15 additions and 7 deletions
|
@ -625,6 +625,7 @@ class Profile
|
|||
require_once 'include/bbcode.php';
|
||||
|
||||
$a = get_app();
|
||||
$o = '';
|
||||
|
||||
if (!local_user() || $a->is_mobile || $a->is_tablet) {
|
||||
return $o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue