A couple more notice errors
darcs-hash:20080720025546-533db-7044949bfaa6676c86f3e1d84d20ecb85aab0937.gz
This commit is contained in:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user