Explorar o código

Fix mark-selection-as-unread (#5367)

The "mark selection as unread" button would mark articles as read instead of unread...
Alexandre Alapetite %!s(int64=3) %!d(string=hai) anos
pai
achega
4de1d5efea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/layout/nav_menu.phtml

+ 1 - 1
app/layout/nav_menu.phtml

@@ -132,7 +132,7 @@
 		);
 
 		$mark_unread_url = $mark_read_url;
-		$mark_unread_url['params']['is_read'] = false;
+		$mark_unread_url['params']['is_read'] = '0';
 		$mark_unread_url['params']['nextGet'] = $get;
 	?>