diff options
Diffstat (limited to 'views/default/page')
| -rw-r--r-- | views/default/page/components/list.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/page/components/list.php b/views/default/page/components/list.php index c0db50bc5..28c907ab6 100644 --- a/views/default/page/components/list.php +++ b/views/default/page/components/list.php @@ -40,7 +40,7 @@ $nav = "";  if ($pagination && $count) {  	$nav .= elgg_view('navigation/pagination', array( -		'baseurl' => $base_url, +		'base_url' => $base_url,  		'offset' => $offset,  		'count' => $count,  		'limit' => $limit,  | 
