From 8f2758f6b53b11db38d83ea9ad838ed802a6e635 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 26 May 2014 10:44:20 +0200 Subject: made $capture public in metadata renderer some plugins (eg. the tag plugin) rely on it --- inc/parser/metadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser') diff --git a/inc/parser/metadata.php b/inc/parser/metadata.php index 9552fedff..25bf3fe3d 100644 --- a/inc/parser/metadata.php +++ b/inc/parser/metadata.php @@ -48,7 +48,7 @@ class Doku_Renderer_metadata extends Doku_Renderer { protected $firstimage = ''; /** @var bool determines if enough data for the abstract was collected, yet */ - protected $capture = true; + public $capture = true; /** @var int number of bytes captured for abstract */ protected $captured = 0; -- cgit v1.2.3