Selaa lähdekoodia

fix errors like Failed opening required ownCloudcalendar/appinfo/remote.php

tags/v4.5.0beta1
Georg Ehrke 12 vuotta sitten
vanhempi
commit
c8de77b3fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      remote.php

+ 1
- 1
remote.php Näytä tiedosto

@@ -34,7 +34,7 @@ switch ($app) {
default:
OC_Util::checkAppEnabled($app);
OC_App::loadApp($app);
$file = OC_App::getAppPath($app) .'/'. $parts[1];
$file = '/' . OC_App::getAppPath($app) .'/'. $parts[1];
break;
}
$baseuri = OC::$WEBROOT . '/remote.php/'.$service.'/';

Loading…
Peruuta
Tallenna