]> git.mxchange.org Git - friendica-addons.git/blobdiff - superblock/superblock.php
#8374: Adding missing settings template file; cleaning up addon code
[friendica-addons.git] / superblock / superblock.php
index aed125a6599ca4bb9f14cd419ce04d8257904083..e0b3ff83e9f859803e5e173aca6053c25492d9ee 100644 (file)
@@ -95,7 +95,8 @@ function superblock_enotify_store(&$a,&$b) {
                }
        }
        if ($found) {
-               $b['abort'] = true;
+               // Empty out the fields
+               $b = [];
        }
 }