Skip to content

Commit bd97718

Browse files
authored
Update action.php
1 parent 260742f commit bd97718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function convert(Doku_Event $event) {
7272
$depends = array();
7373
$cache = $this->prepareCache($title, $depends);
7474

75-
// hard work only when no cache available
75+
// hard work only when no cache available or needed for debugging
7676
if(!$this->getConf('usecache') || $this->getExportConfig('isDebug') || !$cache->useCache($depends)) {
7777
// generating the pdf may take a long time for larger wikis / namespaces with many pages
7878
set_time_limit(0);

0 commit comments

Comments
 (0)