summaryrefslogtreecommitdiff
path: root/modules/polar_rose/helpers/polar_rose_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/polar_rose/helpers/polar_rose_installer.php')
-rw-r--r--modules/polar_rose/helpers/polar_rose_installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/polar_rose/helpers/polar_rose_installer.php b/modules/polar_rose/helpers/polar_rose_installer.php
index 8e565a61..d8e779f4 100644
--- a/modules/polar_rose/helpers/polar_rose_installer.php
+++ b/modules/polar_rose/helpers/polar_rose_installer.php
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class polar_rose_installer {
- public static function install() {
+ static function install() {
$db = Database::instance();
$version = module::get_version("polar_rose");
if ($version == 0) {
@@ -26,7 +26,7 @@ class polar_rose_installer {
}
}
- public static function uninstall() {
+ static function uninstall() {
module::delete("polar_rose");
}
}