From 9faa5c44696295c5737addbfe293206202e1a875 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 16 Jul 2008 10:47:50 +0000 Subject: [PATCH] fixed a small typo causing syntac error. --- repository/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/lib.php b/repository/lib.php index de8ad0d6db..b957c357ec 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -115,7 +115,7 @@ abstract class repository { require_once($CFG->dirroot.'/repository/curl.class.php'); $c = new curl; $c->download(array( - array('url'=>$url, 'file'=>$file); + array('url'=>$url, 'file'=>$file) )); return true; } else { -- 2.39.5