! The notifications block should be visible if the user can change their preferences to indicate that they should be able to receive messages. [Bug 784]
gruffen

gruffen commited on 2011-08-05 03:09:38
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -852,7 +852,7 @@ function shd_view_ticket()
852 852
 			$context['display_notifications']['preferences'][] = 'anyreply';
853 853
 	}
854 854
 
855
-	if (!empty($context['display_notifications']['preferences']) || $context['display_notifications']['can_monitor'] || $context['display_notifications']['can_ignore'])
855
+	if (!empty($context['display_notifications']['preferences']) || $context['display_notifications']['can_monitor'] || $context['display_notifications']['can_ignore'] || $context['display_notifications']['can_change'])
856 856
 		$context['display_notifications']['show'] = true;
857 857
 }
858 858
 
859 859