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) {
|
foreach ($plugins as $plugin) {
|
||||||
if($plugin['@attributes']['type'] === 'collaborator-search') {
|
if($plugin['@attributes']['type'] === 'collaborator-search') {
|
||||||
$pluginInfo = [
|
$pluginInfo = [
|
||||||
'shareType' => $plugin['@attributes']['shareType'],
|
'shareType' => $plugin['@attributes']['share-type'],
|
||||||
'class' => $plugin['@value'],
|
'class' => $plugin['@value'],
|
||||||
];
|
];
|
||||||
\OC::$server->getCollaboratorSearch()->registerPlugin($pluginInfo);
|
\OC::$server->getCollaboratorSearch()->registerPlugin($pluginInfo);
|
||||||
|
|
Loading…
Reference in a new issue