summaryrefslogtreecommitdiff
path: root/app/Controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-13 10:35:45 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-13 10:35:45 +0200
commitaf31f1b20fa7675a208c7a73933231ac2fb8928a (patch)
treefc6d1384e16132738597fd6645e80028f540daad /app/Controllers/indexController.php
parent99ce8d342de9691cea8120b8f316d0f1d15a4ccc (diff)
PHP 5.3 scope compatibility
https://github.com/FreshRSS/FreshRSS/issues/1208
Diffstat (limited to 'app/Controllers/indexController.php')
-rwxr-xr-xapp/Controllers/indexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index 2333ff69d..5d7925eed 100755
--- a/app/Controllers/indexController.php
+++ b/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);