summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 20:02:05 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 20:02:05 +0200
commitc3a0bf654cf542cf2daefd1e3428c8c648007dd1 (patch)
tree997c1a8d27cb20afa17c5b2c85f8a56698c975b7 /appinfo
parent975f30899c6a1498cbaa0e1b81008b7b3063b5dc (diff)
add keyboard shortcuts for reloading and jumping to the next/previous feed
Diffstat (limited to 'appinfo')
-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;