[evolvis-commits] r17571: merge fix r17570

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Sep 27 11:56:50 CEST 2011


Author: mirabilos
Date: 2011-09-27 11:56:49 +0200 (Tue, 27 Sep 2011)
New Revision: 17571

Modified:
   branches/ev48fixes/www/themes/evolvis/Theme.class.php
Log:
merge fix r17570

Modified: branches/ev48fixes/www/themes/evolvis/Theme.class.php
===================================================================
--- branches/ev48fixes/www/themes/evolvis/Theme.class.php	2011-09-27 09:56:12 UTC (rev 17570)
+++ branches/ev48fixes/www/themes/evolvis/Theme.class.php	2011-09-27 09:56:49 UTC (rev 17571)
@@ -120,7 +120,7 @@
 
 	function emit_headlink($inblock,$tooltip,$redslash,$redtext,$target,$text) {
 		$tooltip = util_html_secure(util_ifsetor($tooltip,""));
-		if ($tooltip[0] == '-') {
+		if ($tooltip && $tooltip[0] == '-') {
 			$tooltip = "";
 		}
 		if ($inblock || $tooltip) {



More information about the evolvis-commits mailing list