]> git.mxchange.org Git - friendica.git/commit
[hotfix] Prevent fatal error in profile with pinned posts
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 7 Nov 2019 20:51:05 +0000 (15:51 -0500)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2019 20:51:05 +0000 (15:51 -0500)
commit2200996d4484d8c4685c32d7b7d012c7cf3e2185
treee2d3d1b9c28505e61107893114ea9291c31978f5
parentb8f2252a7f395e10fce857056b5a843922ddecaa
[hotfix] Prevent fatal error in profile with pinned posts

- `$a->profile['profile_uid']` may not be set
- Addresses https://github.com/friendica/friendica/issues/7675#issuecomment-551255174
src/Module/Profile.php