Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 217747
Collapse All | Expand All

(-)themes/Phoenix/menu.php (-1 / +1 lines)
Lines 20-26 Link Here
20
	if(isset($App)) {
20
	if(isset($App)) {
21
		$www_prefix = $App->getWWWPrefix();
21
		$www_prefix = $App->getWWWPrefix();
22
		
22
		
23
		if($App->PageRSS != "") {
23
		if(isset($App->PageRSS) != "") {
24
			$pageRSS = $App->PageRSS;
24
			$pageRSS = $App->PageRSS;
25
		}
25
		}
26
	}
26
	}

Return to bug 217747