diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-01-31 19:55:53 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-31 19:55:53 -0500 |
commit | 93963422505ecc790af62ae0503f301145debac3 (patch) | |
tree | d83680fc65fee9bec06bf90917189a2ac1c2709e /modules/info/helpers/info_installer.php | |
parent | cb08f6cc13bfd07aed2e6588cad6a6cc655b73f6 (diff) |
Drop the requirement to have the install() function set the module
version. It's redundant. Fixes #1985.
Diffstat (limited to 'modules/info/helpers/info_installer.php')
-rw-r--r-- | modules/info/helpers/info_installer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/info/helpers/info_installer.php b/modules/info/helpers/info_installer.php index 560af15c..43c216dc 100644 --- a/modules/info/helpers/info_installer.php +++ b/modules/info/helpers/info_installer.php @@ -25,7 +25,6 @@ class info_installer { module::set_var("info", "show_owner", 1); module::set_var("info", "show_name", 1); module::set_var("info", "show_captured", 1); - module::set_version("info", 2); } static function upgrade($version) { |