Skip to content

Commit

Permalink
Item2329: Default dependency version to 0 for comparison
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@5430 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Nov 4, 2009
1 parent d4bf466 commit 9ef9e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tools/extender.pl
Expand Up @@ -947,8 +947,8 @@ sub install {
new Foswiki::Configure::Dependency(
module => $module,
type => $type,
version => $condition, # version condition
trigger => 1, # ONLYIF condition
version => $condition || 0, # version condition
trigger => 1, # ONLYIF condition
description => $desc
)
);
Expand Down

0 comments on commit 9ef9e47

Please sign in to comment.