浏览代码

Fixed connections_between

Yentl Van Tendeloo 8 年之前
父节点
当前提交
81fffb847c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bootstrap/mini_modify.alc

+ 1 - 0
bootstrap/mini_modify.alc

@@ -272,6 +272,7 @@ String function cmd_connections_between(model : Element, source_name : String, t
 			options = allowedAssociationsBetween(model, source_name, target_name)
 			options = allowedAssociationsBetween(model, source_name, target_name)
 			while (set_len(options) > 0):
 			while (set_len(options) > 0):
 				result = string_join(result, set_pop(options)) + "\n"
 				result = string_join(result, set_pop(options)) + "\n"
+			return result!
 		else:
 		else:
 			return ("Element not found: " + target_name)!
 			return ("Element not found: " + target_name)!
 	else:
 	else: