even more fixes

This commit is contained in:
Mike Macgirvin 2010-08-10 21:22:36 -07:00
commit 9662c44a17
9 changed files with 60 additions and 20 deletions

View file

@ -15,7 +15,7 @@ function dfrn_poll_init(&$a) {
if(x($_GET,'last_update'))
$last_update = $a->config['dfrn_poll_last_update'] = $_GET['last_update'];
if(($dfrn_id == '') && ($a->argc > 1)) {
if(($dfrn_id == '') && (! x($_POST,'dfrn_id')) && ($a->argc > 1)) {
$o = get_feed_for($a,'*', $a->argv[1],$last_update);
echo $o;
killme();