Explorar o código

Fixed connections_between

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
81fffb847c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
 			while (set_len(options) > 0):
 				result = string_join(result, set_pop(options)) + "\n"
+			return result!
 		else:
 			return ("Element not found: " + target_name)!
 	else: