]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Merge pull request #8753 from MrPetovan/bug/fatal-errors
[friendica.git] / mod / photos.php
index 7240c0052b57c2d33fb38bfc4e9482549b5b5267..2b72fd3e4ec91c70b5d9eb52071d47ab83afd683 100644 (file)
@@ -82,7 +82,7 @@ function photos_init(App $a) {
                        '$photo' => $profile['photo'],
                        '$addr' => $profile['addr'] ?? '',
                        '$account_type' => $account_type,
-                       '$about' => BBCode::convert($profile['about'] ?? ''),
+                       '$about' => BBCode::convert($profile['about']),
                ]);
 
                $albums = Photo::getAlbums($a->data['user']['uid']);