diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-02-23 17:54:32 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-02-25 15:09:41 +0100 |
commit | bf65b1f18b4737f02b1f55e923b718a10851d5cf (patch) | |
tree | 958b516da39a127506270e1ab761d9382dd044b6 /apps/files_encryption/appinfo | |
parent | 9873ab20afde7def037dcee2e00921d01e52ae82 (diff) | |
download | nextcloud-server-bf65b1f18b4737f02b1f55e923b718a10851d5cf.tar.gz nextcloud-server-bf65b1f18b4737f02b1f55e923b718a10851d5cf.zip |
Rename getAsyncCommandBus to getCommandBus
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r-- | apps/files_encryption/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/appinfo/app.php b/apps/files_encryption/appinfo/app.php index c547a0c5e19..440f5cf78e0 100644 --- a/apps/files_encryption/appinfo/app.php +++ b/apps/files_encryption/appinfo/app.php @@ -50,7 +50,7 @@ if (!OC_Config::getValue('maintenance', false)) { OCP\User::logout(); } -\OC::$server->getAsyncCommandBus()->requireSync('\OC\Command\FileAccess'); +\OC::$server->getCommandBus()->requireSync('\OC\Command\FileAccess'); // Register settings scripts OCP\App::registerAdmin('files_encryption', 'settings-admin'); |