Skip to content

Commit ca94dee

Browse files
committed
Fix caching of struct aggregations
Remove a renderer check inappropriate for table views
1 parent 158c1ee commit ca94dee

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

plugin.info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
base struct
22
author Andreas Gohr, Michael Große, Anna Dabrowska
33
email dokuwiki@cosmocode.de
4-
date 2021-03-17
4+
date 2021-04-08
55
name struct plugin
66
desc Add and query additional structured page data
77
url https://www.dokuwiki.org/plugin:struct

syntax/table.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ public function render($format, Doku_Renderer $renderer, $data)
9595
{
9696
if (!$data) return false;
9797

98-
foreach (helper_plugin_struct::BLACKLIST_RENDERER as $blacklisted) {
99-
if ($renderer instanceof $blacklisted) {
100-
return true;
101-
}
102-
}
103-
10498
global $INFO;
10599
global $conf;
106100

0 commit comments

Comments
 (0)