Skip to content
Snippets Groups Projects
Commit 489159e3 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

don't limit download sizes in plugin manager

parent 4fcd684a
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class ap_download extends ap_manage {
return false;
}
if (!$file = io_download($url, "$tmp/", true, $file)) {
if (!$file = io_download($url, "$tmp/", true, $file, 0)) {
$this->manager->error = sprintf($this->lang['error_download'],$url)."\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment