We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336029d commit 2c31472Copy full SHA for 2c31472
theme/theme.inc
@@ -157,6 +157,7 @@ function template_process_islandora_manuscript_ead_display(&$variables) {
157
}
158
$proc->registerPhpFunctions($variables['xslt_functions']);
159
$variables['markup_doc'] = $proc->transformToDoc($variables['doc']);
160
+ $variables['cached_output'] = false;
161
if (variable_get('islandora_manuscript_ead_caching', false)) {
162
$cachekey = 'islandora_manuscript:eadhtml:'.md5($variables['object']->id);
163
$cache = cache_get($cachekey);
0 commit comments