Skip to content
Snippets Groups Projects
Commit 5393c207 authored by Matt Butcher's avatar Matt Butcher
Browse files

#558740 by PanDa777: Clear autoload cache on question instal.

parent 07c59541
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
*/
function long_answer_install() {
drupal_install_schema('long_answer');
cache_clear_all('autoload:', 'cache');
}
/**
......
......@@ -12,6 +12,7 @@
*/
function matching_install() {
drupal_install_schema('matching');
cache_clear_all('autoload:', 'cache');
}
/**
......
......@@ -24,6 +24,7 @@ function multichoice_update_6300() {
*/
function multichoice_install() {
drupal_install_schema('multichoice');
cache_clear_all('autoload:', 'cache');
}
/**
......
......@@ -11,6 +11,7 @@
*/
function quiz_question_install() {
drupal_install_schema('quiz_question');
cache_clear_all('autoload:', 'cache');
}
/**
......
......@@ -11,6 +11,7 @@
*/
function short_answer_install() {
drupal_install_schema('short_answer');
cache_clear_all('autoload:', 'cache');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment