aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-14 23:40:18 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-14 23:40:18 +0100
commit789d9fc6c8647fa100d80e3ef52727c813f35f16 (patch)
tree4367da6f708fbc66cb446a6dc8daf7b88a3f2293 /app/FreshRSS.php
parent2f1116818d7d9a6ef413b2c06e9603ffceaf7867 (diff)
Fix coding style in extension manager
Yep, same as 8968288...
Diffstat (limited to 'app/FreshRSS.php')
-rw-r--r--app/FreshRSS.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index 785b10299..021687999 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -53,7 +53,7 @@ class FreshRSS extends Minz_FrontController {
// Enable extensions for the current (logged) user.
if (FreshRSS_Auth::hasAccess()) {
$ext_list = FreshRSS_Context::$user_conf->extensions_enabled;
- Minz_ExtensionManager::enable_by_list($ext_list);
+ Minz_ExtensionManager::enableByList($ext_list);
}
}