]> git.mxchange.org Git - friendica-addons.git/blobdiff - superblock/superblock.php
Move Notify::TYPE_COMMENT
[friendica-addons.git] / superblock / superblock.php
index 669a15f03c4579b7bfa0d1816710337a520f8408..e0b3ff83e9f859803e5e173aca6053c25492d9ee 100644 (file)
@@ -7,7 +7,6 @@
  *
  */
 use Friendica\Core\Hook;
-use Friendica\Core\L10n;
 use Friendica\DI;
 use Friendica\Util\Strings;
 
@@ -96,7 +95,8 @@ function superblock_enotify_store(&$a,&$b) {
                }
        }
        if ($found) {
-               $b['abort'] = true;
+               // Empty out the fields
+               $b = [];
        }
 }