Browse Source

add function to get config object from OC_Config

remotes/origin/stable6
Robin Appelman 13 years ago
parent
commit
fbbe0ebe77
  1. 4
      lib/legacy/config.php

4
lib/legacy/config.php

@ -46,6 +46,10 @@ class OC_Config {
*/
public static $object;
public static function getObject() {
return self::$object;
}
/**
* @brief Lists all available config keys
* @return array with key names

Loading…
Cancel
Save