aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/socgraph.php')
-rw-r--r--include/socgraph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php
index 0d9ae3e6c..7de51b36b 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -130,7 +130,7 @@ function poco_load($xchan = null,$url = null) {
);
}
else {
- q("update xlink set xlink_updated = '%s', rating = %d where xlink_id = %d limit 1",
+ q("update xlink set xlink_updated = '%s', xlink_rating = %d where xlink_id = %d limit 1",
dbesc(datetime_convert()),
intval($rating),
intval($r[0]['xlink_id'])