diff --git a/helper.php b/helper.php index 824a34d..3d85223 100644 --- a/helper.php +++ b/helper.php @@ -171,7 +171,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin { global $conf; global $ID; - if (! $this->meta) return false; + if (! $this->meta) return array(); $license = $this->getLicense(); $contributors = array();