소스 검색

PHP 5.3 scope compatibility

https://github.com/FreshRSS/FreshRSS/issues/1208
Alexandre Alapetite 9 년 전
부모
커밋
af31f1b20f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Controllers/indexController.php

+ 1 - 1
app/Controllers/indexController.php

@@ -189,7 +189,7 @@ class FreshRSS_index_Controller extends Minz_ActionController {
 	/**
 	 * This method returns a list of entries based on the Context object.
 	 */
-	private static function listEntriesByContext() {
+	public static function listEntriesByContext() {
 		$entryDAO = FreshRSS_Factory::createEntryDao();
 
 		$get = FreshRSS_Context::currentGet(true);