Fire event when BackendService is available

This commit is contained in:
Robin McCorkell 2015-08-30 15:00:22 +01:00
parent f8d8de5da6
commit 82d9829c97
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ class Application extends App {
$this->loadBackends();
$this->loadAuthMechanisms();
// app developers: do NOT depend on this! it will disappear with oC 9.0!
\OC::$server->getEventDispatcher()->dispatch(
'OCA\\Files_External::loadAdditionalBackends'
);
}
/**