From: Tobias Diekershoff Date: Thu, 3 Nov 2016 13:00:20 +0000 (+0100) Subject: missing placeholder for name_cache value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a2ec5e4db719d09e13f7c17488ebc1cf7a37e26;p=friendica.git missing placeholder for name_cache value --- 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 +}