X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fenotify.php;h=5b2bea2977b070fdb908eeb720ca1a699ba15173;hb=d49325d177cf03b97df250ca3cb081421c541049;hp=bcb2ebe7ca35fe5d1e8a841083aee3e55f59f7bc;hpb=f1c855e755aa1a51bba210221a5a2c1850cfec88;p=friendica.git diff --git a/include/enotify.php b/include/enotify.php index bcb2ebe7ca..5b2bea2977 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -441,7 +441,7 @@ function notification($params) { // create notification entry in DB $r = q("INSERT INTO `notify` (`hash`, `name`, `url`, `photo`, `date`, `uid`, `link`, `iid`, `parent`, `type`, `verb`, `otype`, `name_cache`) - values('%s', '%s', '%s', '%s', '%s', %d, '%s', %d, %d, %d, '%s', '%s')", + values('%s', '%s', '%s', '%s', '%s', %d, '%s', %d, %d, %d, '%s', '%s', '%s')", dbesc($datarray['hash']), dbesc($datarray['name']), dbesc($datarray['url']), @@ -805,4 +805,4 @@ function format_notification_message($name, $message) { } return $message; -} \ No newline at end of file +}