summaryrefslogtreecommitdiffstats
path: root/lib/appconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/appconfig.php')
-rw-r--r--lib/appconfig.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/appconfig.php b/lib/appconfig.php
index 4fef7542f40..06281d38585 100644
--- a/lib/appconfig.php
+++ b/lib/appconfig.php
@@ -37,7 +37,7 @@
* This class provides an easy way for apps to store config values in the
* database.
*/
-class OC_APPCONFIG{
+class OC_Appconfig{
/**
* @brief Get all apps using the config
* @returns array with app ids
@@ -158,4 +158,3 @@ class OC_APPCONFIG{
return true;
}
}
-?>