From 6fb3a8d5f5a290208b116fa0b589d9b7d691bdd7 Mon Sep 17 00:00:00 2001 From: Joas Schilling <nickvergessen@owncloud.com> Date: Thu, 30 Apr 2015 15:48:31 +0200 Subject: [PATCH] Add missing tunnel on new class --- lib/private/systemconfig.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/private/systemconfig.php b/lib/private/systemconfig.php index 451ccd85e2..13b0959768 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -28,6 +28,14 @@ namespace OC; * fixes cyclic DI: AllConfig needs AppConfig needs Database needs AllConfig */ class SystemConfig { + /** + * Lists all available config keys + * @return array an array of key names + */ + public function getKeys() { + return \OC_Config::getKeys(); + } + /** * Sets a new system wide value * -- GitLab