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/tag | |
parent | cb08f6cc13bfd07aed2e6588cad6a6cc655b73f6 (diff) |
Drop the requirement to have the install() function set the module
version. It's redundant. Fixes #1985.
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/helpers/tag_installer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_installer.php b/modules/tag/helpers/tag_installer.php index f80a9de3..1fd18f3e 100644 --- a/modules/tag/helpers/tag_installer.php +++ b/modules/tag/helpers/tag_installer.php @@ -37,7 +37,6 @@ class tag_installer { KEY(`item_id`, `id`)) DEFAULT CHARSET=utf8;"); module::set_var("tag", "tag_cloud_size", 30); - module::set_version("tag", 3); } static function upgrade($version) { |