]> 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 af2b03328d424a61cd1c7e69c734909d3fa4005b..3a32aa2d4f8831470bd3186ba65a97c82589b303 100644 (file)
@@ -9,7 +9,6 @@
 
 use Friendica\App;
 use Friendica\Core\Hook;
-use Friendica\Core\L10n;
 use Friendica\DI;
 use Friendica\Util\Strings;
 
@@ -109,7 +108,8 @@ function blockem_enotify_store(App $a, array &$b)
        }
 
        if ($found) {
-               $b['abort'] = true;
+               // empty out the fields
+               $b = [];
        }
 }