From 5c315481abd540ffb31521043797f416f93f2849 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 4 Jan 2012 21:43:35 -0500 Subject: Fixes #4266 fixed limit bugs with pages plugin --- mod/pages/lib/pages.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/pages/lib/pages.php') diff --git a/mod/pages/lib/pages.php b/mod/pages/lib/pages.php index 0a6f3a620..5c5323d6f 100644 --- a/mod/pages/lib/pages.php +++ b/mod/pages/lib/pages.php @@ -78,6 +78,7 @@ function pages_register_navigation_tree($container) { 'type' => 'object', 'subtype' => 'page_top', 'container_guid' => $container->getGUID(), + 'limit' => 0, )); foreach ($top_pages as $page) { @@ -96,6 +97,7 @@ function pages_register_navigation_tree($container) { 'subtype' => 'page', 'metadata_name' => 'parent_guid', 'metadata_value' => $parent->getGUID(), + 'limit' => 0, )); foreach ($children as $child) { -- cgit v1.2.3