Browse Source

Merge commit '4f4b58dfb910d8f5feb315f6a8797e25175341a5' into develop

Mark Sibly 8 years ago
parent
commit
d9b91a65ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ted2go/product/ModuleManager.monkey2

+ 1 - 1
src/ted2go/product/ModuleManager.monkey2

@@ -98,7 +98,7 @@ Class ModuleManager Extends Dialog
 	
 	Private
 	
-    Const downloadUrl:=MONKEY2_DOMAIN+"/send-file?file="
+    Field downloadUrl:=MONKEY2_DOMAIN+"/send-file?file="
 	
 	Const downloadDir:="modules/module-manager/downloads/"