diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-02 08:00:50 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-02 08:00:50 +0100 |
commit | a3fd84661f74b0759f9edad1f068b32820b03c5d (patch) | |
tree | 043af8c4f6abb6f860f4fa22670f1e7f968e4b83 /mod/follow.php | |
parent | 670dba666633fe8db5c56db6748e341eebcf0138 (diff) | |
parent | 777c47aaa697ff46cf554fb4f36d0c252ae42e94 (diff) | |
download | volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.tar.gz volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.tar.bz2 volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'mod/follow.php')
-rw-r--r-- | mod/follow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php index 62ba2585c..c5f6d9e3f 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -161,7 +161,7 @@ function follow_post(&$a) { // create contact record $r = q("INSERT INTO `contact` ( `uid`, `created`, `url`, `notify`, `poll`, `name`, `nick`, `photo`, `network`, `rel`, `priority`, `blocked`, `readonly`, `pending` ) - VALUES ( %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, 0, 0, 0 ) ", + VALUES ( %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, 0, 0, 0 ) ", intval(local_user()), dbesc(datetime_convert()), dbesc($profile), |