]> git.mxchange.org Git - friendica.git/blobdiff - include/enotify.php
Merge pull request #764 from fabrixxm/bug729
[friendica.git] / include / enotify.php
index ab135a54b5b5255c82a8e1ce159e1c02400ffcf1..72365a762f983ce7c0a576aa4bf57eb9580d9428 100644 (file)
@@ -278,7 +278,7 @@ function notification($params) {
        }
 
        // create notification entry in DB
-       if($datarray['store']) {
+
        $r = q("insert into notify (hash,name,url,photo,date,uid,link,parent,type,verb,otype)
                values('%s','%s','%s','%s','%s',%d,'%s',%d,%d,'%s','%s')",
                dbesc($datarray['hash']),