adapt attribute name (changed letter case style)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
937a80c941
commit
a579f8aa37
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class OC_App {
|
|||
foreach ($plugins as $plugin) {
|
||||
if($plugin['@attributes']['type'] === 'collaborator-search') {
|
||||
$pluginInfo = [
|
||||
'shareType' => $plugin['@attributes']['shareType'],
|
||||
'shareType' => $plugin['@attributes']['share-type'],
|
||||
'class' => $plugin['@value'],
|
||||
];
|
||||
\OC::$server->getCollaboratorSearch()->registerPlugin($pluginInfo);
|
||||
|
|
Loading…
Reference in a new issue