mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Updates
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10453 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
5c090a439f
commit
468d5c6d71
@ -167,7 +167,7 @@ sub resolve_deps {
|
|||||||
my($depmod, $depvers) = ($1,$2);
|
my($depmod, $depvers) = ($1,$2);
|
||||||
next unless $todo{$depmod} && ver_in_range($todo{$depmod}, $depvers);
|
next unless $todo{$depmod} && ver_in_range($todo{$depmod}, $depvers);
|
||||||
# if there are changes this round, maybe the conflict won't come up after they are resolved.
|
# if there are changes this round, maybe the conflict won't come up after they are resolved.
|
||||||
$fail ||= "Cannot install: module $mod ($ver) conflicts with versions $depmod version $todo{depmod}";
|
$fail ||= "Cannot install: module $mod ($ver) conflicts with $depmod version $todo{$depmod}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user