Browse Source

Squashed 'src/ted2go/' changes from 051ead01..3e283dfc

3e283dfc Fixed modules url.

git-subtree-dir: src/ted2go
git-subtree-split: 3e283dfc60673f990e91453fbbe9be1fb02a6152
Mark Sibly 8 years ago
parent
commit
4f4b58dfb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      product/ModuleManager.monkey2

+ 1 - 1
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/"