diff options
Diffstat (limited to 'modules/gmaps/helpers/gmaps_installer.php')
| -rw-r--r-- | modules/gmaps/helpers/gmaps_installer.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/gmaps/helpers/gmaps_installer.php b/modules/gmaps/helpers/gmaps_installer.php index fd3ddbe7..747f84f7 100644 --- a/modules/gmaps/helpers/gmaps_installer.php +++ b/modules/gmaps/helpers/gmaps_installer.php @@ -18,14 +18,14 @@   * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.   */  class gmaps_installer { -  public static function install() { +  static function install() {      $version = module::get_version("gmaps");      if ($version == 0) {        module::set_version("gmaps", 1);      }    } -  public static function uninstall() { +  static function uninstall() {      module::delete("gmaps");    }  } | 
