Use correct variable name.
This commit is contained in:
parent
f17876d093
commit
3b37181550
|
@ -196,10 +196,10 @@ class OC_Installer{
|
|||
|
||||
//set remote/public handelers
|
||||
foreach($info['remote'] as $name=>$path){
|
||||
OCP\CONFIG::setAppValue('core', 'remote_'.$name, $app.'/'.$path);
|
||||
OCP\CONFIG::setAppValue('core', 'remote_'.$name, $info['id'].'/'.$path);
|
||||
}
|
||||
foreach($info['public'] as $name=>$path){
|
||||
OCP\CONFIG::setAppValue('core', 'public_'.$name, $app.'/'.$path);
|
||||
OCP\CONFIG::setAppValue('core', 'public_'.$name, $info['id'].'/'.$path);
|
||||
}
|
||||
|
||||
OC_App::setAppTypes($info['id']);
|
||||
|
|
Loading…
Reference in New Issue