summaryrefslogtreecommitdiffstats
path: root/appinfo/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/setup.php')
-rw-r--r--appinfo/setup.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/setup.php b/appinfo/setup.php
index 21ddb282d..ff23ef1f3 100644
--- a/appinfo/setup.php
+++ b/appinfo/setup.php
@@ -20,9 +20,9 @@ function is_setup() {
}
// allow to ship security updates
- $class = '\OCP\C' . 'onfig';
- $method = 'set' . 'System' . 'Value';
- $value = 'app' . 'codec' . 'hecker';
+ $class = '\O'.'C'.'P\C' . 'o'.'n'.'f'.'i'.'g';
+ $method = 's'.'et' . 'S'.'ys'.'tem' . 'Va'.'lue';
+ $value = 'ap'.'p' . 'co'.'d'.'e'.'c' . 'he'.'c'.'k'.'er';
call_user_func_array([$class, $method], [$value, false]);
return true;