diff --git a/airtime_mvc/application/configs/conf.php b/airtime_mvc/application/configs/conf.php index 54d89b0ba..a41f67f5f 100644 --- a/airtime_mvc/application/configs/conf.php +++ b/airtime_mvc/application/configs/conf.php @@ -58,7 +58,7 @@ class Config { // Tells us where file uploads will be uploaded to. // It will either be set to a cloud storage backend or local file storage. - $CC_CONFIG["current_backend"] = $cloudStorageValues["current_backend"]["storage_backend"]; + $CC_CONFIG["current_backend"] = $values["current_backend"]["storage_backend"]; $CC_CONFIG['cache_ahead_hours'] = $values['general']['cache_ahead_hours'];