minor string update
This commit is contained in:
parent
b6b2997b43
commit
cd536731c3
4 changed files with 2374 additions and 2337 deletions
|
@ -31,6 +31,12 @@ function dfrn_poll_init(&$a) {
|
|||
killme();
|
||||
}
|
||||
|
||||
$r = q("SELECT `hidewall` FROM `profile` LEFT JOIN `user` ON `profile`.`uid` = `user`.`uid` WHERE `user`.`nickname` = '%s' AND `profile`.`is-default` = 1 LIMIT 1",
|
||||
dbesc($a->argv[1])
|
||||
);
|
||||
if(count($r) && $r[0]['hidewall'])
|
||||
killme();
|
||||
|
||||
logger('dfrn_poll: public feed request from ' . $_SERVER['REMOTE_ADDR'] );
|
||||
header("Content-type: application/atom+xml");
|
||||
$o = get_feed_for($a, '', $a->argv[1],$last_update);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue