Fix one more notice

master
Vitaliy Filippov 2015-05-16 12:56:18 +03:00
parent b67e31022c
commit 5189e95831
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function lnk($what = NULL, $atom = false, $offset = NULL)
$what = $_GET['what'];
if ($what !== NULL)
$link .= '&what='.urlencode($what);
if ($_GET['feed'])
if (!empty($_GET['feed']))
$link .= '&feed='.intval($_GET['feed']);
if ($offset > 0)
$link .= '&offset='.intval($offset);