diff --git a/modules/developer/helpers/developer_installer.php b/modules/developer/helpers/developer_installer.php index b0c3e9d4..acf0526c 100644 --- a/modules/developer/helpers/developer_installer.php +++ b/modules/developer/helpers/developer_installer.php @@ -21,4 +21,11 @@ class developer_installer { static function install() { module::set_version("developer", 1); } + + static function upgrade($version) { + } + + static function uninstall() { + module::delete("developer"); + } } diff --git a/modules/developer/views/installer.txt.php b/modules/developer/views/installer.txt.php index 5395fb25..3acb544b 100644 --- a/modules/developer/views/installer.txt.php +++ b/modules/developer/views/installer.txt.php @@ -27,6 +27,9 @@ class _installer { } } + static function upgrade($version) { + } + static function uninstall() { /* @todo Put database table drops here */ module::delete("");