]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockem/blockem.php
Merge pull request #957 from MrPetovan/task/4090-move-profile_photo-to-src
[friendica-addons.git] / blockem / blockem.php
index 8fb2875a125b037dd5c2b4f4d2ffcbe8050f054d..3a32aa2d4f8831470bd3186ba65a97c82589b303 100644 (file)
@@ -108,7 +108,8 @@ function blockem_enotify_store(App $a, array &$b)
        }
 
        if ($found) {
-               $b['abort'] = true;
+               // empty out the fields
+               $b = [];
        }
 }