Project

General

Profile

« Previous | Next » 

Revision 472

Added by Matthias almost 17 years ago

fixed ticket #402 Thanks to Thorn

View differences:

index.php
131 131
					$editable_pages = $editable_pages+1;
132 132
				}
133 133
			} else {
134
				$can_modify = false;
134
				if($page['visibility'] == 'private') {
135
					continue;
136
				}
137
				else {
138
					$can_modify = false;
139
				}
135 140
			}
136 141
						
137 142
			// Work out if we should show a plus or not

Also available in: Unified diff