Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions core/oestatisticsmodule.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ public static function onActivate()
{
return self::_dbEvent('install.sql', 'Error activating module: ');
}

/**
* Module deactivation script.
*
* @return bool
*/
public static function onDeactivate()
{
return self::_dbEvent('uninstall.sql', 'Error deactivating module: ');
}

/**
* Install/uninstall event.
Expand Down