|
|
|
@ -241,7 +241,7 @@ class OC_Installer{ |
|
|
|
if(!isset($data['href'])) { |
|
|
|
if(!isset($data['href'])) { |
|
|
|
throw new \Exception($l->t("No href specified when installing app from http")); |
|
|
|
throw new \Exception($l->t("No href specified when installing app from http")); |
|
|
|
} |
|
|
|
} |
|
|
|
copy($data['href'], $path); |
|
|
|
file_put_contents($path, \OC_Util::getUrlContent($data['href'])); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
if(!isset($data['path'])) { |
|
|
|
if(!isset($data['path'])) { |
|
|
|
throw new \Exception($l->t("No path specified when installing app from local file")); |
|
|
|
throw new \Exception($l->t("No path specified when installing app from local file")); |
|
|
|
|