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/g2_import | |
parent | cb08f6cc13bfd07aed2e6588cad6a6cc655b73f6 (diff) |
Drop the requirement to have the install() function set the module
version. It's redundant. Fixes #1985.
Diffstat (limited to 'modules/g2_import')
-rw-r--r-- | modules/g2_import/helpers/g2_import_installer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_installer.php b/modules/g2_import/helpers/g2_import_installer.php index b0c14425..c7569819 100644 --- a/modules/g2_import/helpers/g2_import_installer.php +++ b/modules/g2_import/helpers/g2_import_installer.php @@ -31,7 +31,6 @@ class g2_import_installer { KEY `g2_id` (`g2_id`)) DEFAULT CHARSET=utf8;"); - module::set_version("g2_import", 2); mkdir(VARPATH . "modules/g2_import"); } |