浏览代码

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

3e283dfc Fixed modules url.

git-subtree-dir: src/ted2go
git-subtree-split: 3e283dfc60673f990e91453fbbe9be1fb02a6152
Mark Sibly 8 年之前
父节点
当前提交
4f4b58dfb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/"