Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 59)
+++ trunk/CHANGELOG	(revision 60)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.6.0 -------------------------------------
 09-Sep-2005 Stefan Braunewell
+#	Fixed "None found" message bug when user has no top level page edit
+	rights.
 #	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
 +	Added breadcrumbs code. Call using $wb->breadcrumbs().
 +	Added utf-8 character encoding meta tag into all stock templates.
Index: trunk/wb/admin/pages/index.php
===================================================================
--- trunk/wb/admin/pages/index.php	(revision 59)
+++ trunk/wb/admin/pages/index.php	(revision 60)
@@ -230,7 +230,7 @@
 							
 			<?php
 			// Get subs
-			make_list($page['page_id'], $editable_pages);
+			$editable_pages=make_list($page['page_id'], $editable_pages);
 		}
 
 	}
