function oauth_common_enable in OAuth 1.0 6.3
Implementation of hook_enable().
File
- ./
oauth_common.install, line 25 - Installation and schema related functions for the OAuth module
Code
function oauth_common_enable() {
// Makes sure that Autoload stays updated with info about our classes
autoload_registry_rebuild();
}