diff options
| author | Sem <sembrestels@riseup.net> | 2012-07-01 23:31:08 +0200 | 
|---|---|---|
| committer | Sem <sembrestels@riseup.net> | 2012-07-01 23:31:08 +0200 | 
| commit | ea0140d87534c3b10e489d13a1449ebb79da832d (patch) | |
| tree | 85667ae651bc5cc9f0ea01c6f3871bbdee36a469 /mod/pages/lib/pages.php | |
| parent | 157117475338bcaab5fc3453ec54250343da595c (diff) | |
| parent | 671f9ba4e1b1972d8eaf22acfb626fa2c85af0f2 (diff) | |
| download | elgg-ea0140d87534c3b10e489d13a1449ebb79da832d.tar.gz elgg-ea0140d87534c3b10e489d13a1449ebb79da832d.tar.bz2 | |
Merge branch 'lorea-preprod'
Diffstat (limited to 'mod/pages/lib/pages.php')
| -rw-r--r-- | mod/pages/lib/pages.php | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/mod/pages/lib/pages.php b/mod/pages/lib/pages.php index dbf7b8917..3f27118a6 100644 --- a/mod/pages/lib/pages.php +++ b/mod/pages/lib/pages.php @@ -81,6 +81,10 @@ function pages_register_navigation_tree($container) {  		'limit' => 0,  	)); +	if (!$top_pages) { +		return; +	} +  	foreach ($top_pages as $page) {  		elgg_register_menu_item('pages_nav', array(  			'name' => $page->getGUID(), | 
