aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_poll.php
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-25 09:24:24 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-25 09:24:24 +0100
commitc5cf9de32a247bbb1757b1f8e30ab3483544fa31 (patch)
tree5681ebeadd2e3ad079c8b33ba5e8be90f9d6fb4f /mod/dfrn_poll.php
parent6f8c4169e57188093b3d2ce6d0e66f1364b5a5fb (diff)
parent7382c353e521f36db2d40ac9aa2b3ca14cc64369 (diff)
downloadvolse-hubzilla-c5cf9de32a247bbb1757b1f8e30ab3483544fa31.tar.gz
volse-hubzilla-c5cf9de32a247bbb1757b1f8e30ab3483544fa31.tar.bz2
volse-hubzilla-c5cf9de32a247bbb1757b1f8e30ab3483544fa31.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/dfrn_poll.php')
-rw-r--r--mod/dfrn_poll.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php
index a8c27efc1..22d2ee40f 100644
--- a/mod/dfrn_poll.php
+++ b/mod/dfrn_poll.php
@@ -1,11 +1,14 @@
<?php
+
+
require_once('include/items.php');
require_once('include/auth.php');
function dfrn_poll_init(&$a) {
+
$dfrn_id = ((x($_GET,'dfrn_id')) ? $_GET['dfrn_id'] : '');
$type = ((x($_GET,'type')) ? $_GET['type'] : 'data');
$last_update = ((x($_GET,'last_update')) ? $_GET['last_update'] : '');