Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 536)
+++ trunk/CHANGELOG	(revision 537)
@@ -12,6 +12,10 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 13-Jan-2008 Christian Sommer
+#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally 
+	removed by Changeset 529 (enhanced pages admin)
+
+13-Jan-2008 Christian Sommer
 #	moved administration tools from Settings to the new section Admin-Tools
 
 13-Jan-2008 Christian Sommer
Index: trunk/wb/admin/pages/index.php
===================================================================
--- trunk/wb/admin/pages/index.php	(revision 536)
+++ trunk/wb/admin/pages/index.php	(revision 537)
@@ -131,7 +131,12 @@
 					$editable_pages = $editable_pages+1;
 				}
 			} else {
-				$can_modify = false;
+				if($page['visibility'] == 'private') {
+					continue;
+				}
+				else {
+					$can_modify = false;
+				}
 			}
 						
 			// Work out if we should show a plus or not
