You are here

function google_analytics_api_enable in Google Analytics Reports 6

Implements hook_enable().

File

./google_analytics_api.install, line 10
Installation file for Google Analytics API module.

Code

function google_analytics_api_enable() {

  // Make sure the OAuth class is available.
  module_invoke('autoload', 'flush_caches');
}