diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-28 21:25:09 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-28 21:25:09 -0700 |
commit | 922b810c56bc42a5d3df957cae82c0e70642f8fa (patch) | |
tree | be7e2b52f493077babe627be67bc5a345d2493fb /modules/organize/helpers | |
parent | b1275ab39d5b14c337ad9956e2ac5c5dcded8936 (diff) |
Oops, forgot to create an install() function and set the version of
the organize module to 2 in 8fb56abf034dd1f5c561e7af12bf6e097a3de6f6
Diffstat (limited to 'modules/organize/helpers')
-rw-r--r-- | modules/organize/helpers/organize_installer.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/organize/helpers/organize_installer.php b/modules/organize/helpers/organize_installer.php index bbe6fc65..12d8147f 100644 --- a/modules/organize/helpers/organize_installer.php +++ b/modules/organize/helpers/organize_installer.php @@ -22,6 +22,10 @@ class organize_installer { site_status::clear("organize_needs_rest"); } + static function install() { + module::set_version("organize", $version = 2); + } + static function upgrade($version) { if ($version == 1) { if (!module::is_active("rest")) { |