From 08dfd72bad9c4d245cf853e378353da568856724 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sat, 19 Jul 2008 22:55:46 -0400 Subject: A couple more notice errors darcs-hash:20080720025546-533db-7044949bfaa6676c86f3e1d84d20ecb85aab0937.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 40f2d4cd4..f2038808b 100644 --- a/lib/util.php +++ b/lib/util.php @@ -769,7 +769,7 @@ function common_fancy_url($action, $args=NULL) { case 'userrss': return common_path($args['nickname'].'/rss'); case 'showstream': - if ($args && $args['page']) { + if ($args && isset($args['page'])) { return common_path($args['nickname'].'?page=' . $args['page']); } else { return common_path($args['nickname']); -- cgit v1.2.3-54-g00ecf