Procházet zdrojové kódy

Add missing tunnel on new class

tags/v8.2beta1
Joas Schilling před 9 roky
rodič
revize
6fb3a8d5f5
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8
    0
      lib/private/systemconfig.php

+ 8
- 0
lib/private/systemconfig.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit