]> git.mxchange.org Git - friendica-addons.git/commitdiff
Apply CatAvatar when submiting aproval - fix #5779 in friendica
authorJonny Tischbein <jonny_tischbein@systemli.org>
Sun, 30 Sep 2018 21:07:00 +0000 (23:07 +0200)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Sun, 30 Sep 2018 21:07:00 +0000 (23:07 +0200)
catavatar/catavatar.php

index f84ae117dfdfc17550e0e1b9efc928a5f3e1a35e..490c6394f1b26f2c94f4c562f8d1a706a30be5a7 100644 (file)
@@ -171,7 +171,7 @@ function catavatar_content(App $a)
                $size = intval($a->argv[2]);
        }
 
-       $condition = ['uid' => $uid, 'blocked' => false,
+       $condition = ['uid' => $uid,
                        'account_expired' => false, 'account_removed' => false];
        $user = DBA::selectFirst('user', ['email'], $condition);