From 87a511a0c7c96b15d227cf36dd547e1bdff95107 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 22 Jan 2012 14:42:30 -0500 Subject: Fixes #4320 updated documentation for base_url in pagination and added backward compatible code --- views/default/page/components/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/page/components') 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, -- cgit v1.2.3