Browse Source

Add missing tunnel on new class

tags/v8.2beta1
Joas Schilling 9 years ago
parent
commit
6fb3a8d5f5
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      lib/private/systemconfig.php

+ 8
- 0
lib/private/systemconfig.php View File

@@ -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
*

Loading…
Cancel
Save