Skip to content

Commit

Permalink
AutoInstallRules#reset calls #AutoInstallRules
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Apr 8, 2015
1 parent 5f22198 commit 39e7a5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/AutoInstallRules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ def main
Yast.include self, "autoinstall/io.rb"

reset
AutoInstallRules()
end

# Reset the module's state
#
# @return nil
#
# @see #AutoInstallRules
def reset
@userrules = false
@dontmergeIsDefault = true
Expand Down Expand Up @@ -100,7 +101,7 @@ def reset

@tomerge = []
@element2file = {}
nil
AutoInstallRules()
end

# Cleanup XML file from namespaces put by xslt
Expand Down

0 comments on commit 39e7a5b

Please sign in to comment.