diff options
Diffstat (limited to 'syntax.php')
-rw-r--r-- | syntax.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -135,6 +135,9 @@ class syntax_plugin_papers extends DokuWiki_Syntax_Plugin case DOKU_LEXER_UNMATCHED: $renderer->doc .= $this->format_bibtex($bibtex, $options); + // Purge the cache to update depending pages + if ($this->getConf('purge-cache') || $tag === 'bibtex') + touch(DOKU_CONF . '/local.php'); break; case DOKU_LEXER_EXIT: |