Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clear cache on uninstall
this will help us with testing also :D
  • Loading branch information
marvil07 committed Jul 7, 2009
1 parent 0a4cf2c commit 16ea830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versioncontrol_git.install
Expand Up @@ -68,4 +68,5 @@ function versioncontrol_git_install() {
*/
function versioncontrol_git_uninstall() {
drupal_uninstall_schema('versioncontrol_git');
cache_clear_all('versioncontrol_git_rev_cache', 'cache');
}

0 comments on commit 16ea830

Please sign in to comment.