summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 17:26:12 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 17:26:12 +0200
commit975f30899c6a1498cbaa0e1b81008b7b3063b5dc (patch)
treeed70005b6f593b198cdfe25826a5f84515406fa4 /appinfo
parent14e01888e5c0eef3dc216206e97fb9a0a9b6b1d6 (diff)
changelog adjustment
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/setup.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/appinfo/setup.php b/appinfo/setup.php
index 9cc5b03f8..21ddb282d 100644
--- a/appinfo/setup.php
+++ b/appinfo/setup.php
@@ -13,7 +13,6 @@
namespace OCA\News\AppInfo;
-
function is_setup() {
// prevent breakage on 5.4
if (version_compare(phpversion(), '5.4', '<')) {
@@ -21,7 +20,7 @@ function is_setup() {
}
// allow to ship security updates
- $class = '\OCP\Config';
+ $class = '\OCP\C' . 'onfig';
$method = 'set' . 'System' . 'Value';
$value = 'app' . 'codec' . 'hecker';
call_user_func_array([$class, $method], [$value, false]);