Parcourir la source

Fix bug auto load more

https://github.com/FreshRSS/FreshRSS/issues/1318
Alexandre Alapetite il y a 9 ans
Parent
commit
8d7ff90594
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/views/helpers/pagination.phtml

+ 1 - 0
app/views/helpers/pagination.phtml

@@ -1,6 +1,7 @@
 <?php
 <?php
 	$url_next = Minz_Request::currentRequest();
 	$url_next = Minz_Request::currentRequest();
 	$url_next['params']['next'] = FreshRSS_Context::$next_id;
 	$url_next['params']['next'] = FreshRSS_Context::$next_id;
+	$url_next['params']['state'] = FreshRSS_Context::$state;
 	$url_next['params']['ajax'] = 1;
 	$url_next['params']['ajax'] = 1;
 
 
 	$url_mark_read = array(
 	$url_mark_read = array(