fix undeclared variables or wrong variable names (/src)

This commit is contained in:
rabuzarus 2018-02-12 16:08:28 +01:00
parent 7e15a9f0f5
commit 342b9af734
8 changed files with 15 additions and 7 deletions

View file

@ -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;