diff options
author | friendica <info@friendica.com> | 2015-02-13 13:04:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-13 13:04:31 -0800 |
commit | 7bb2e25ea030b7c32d35766631d85ac24b192f11 (patch) | |
tree | 997f5d3b80815ec6681205e0f03bf10df7b09772 /include/zot.php | |
parent | 4b513d3322e03ed59e796ca60d09ee1d26cc50fb (diff) | |
download | volse-hubzilla-7bb2e25ea030b7c32d35766631d85ac24b192f11.tar.gz volse-hubzilla-7bb2e25ea030b7c32d35766631d85ac24b192f11.tar.bz2 volse-hubzilla-7bb2e25ea030b7c32d35766631d85ac24b192f11.zip |
missing param
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 62e45b2b3..da6ca16c3 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1884,7 +1884,7 @@ function process_rating_delivery($sender,$arr) { } else { $x = q("insert into xlink ( xlink_xchan, xlink_link, xlink_rating, xlink_rating_text, xlink_sig, xlink_updated, xlink_static ) - values( '%s', '%s', %d, '%s', '%s', 1 ) ", + values( '%s', '%s', %d, '%s', '%s', '%s', 1 ) ", dbesc($sender['hash']), dbesc($arr['target']), intval($arr['rating']), |