Fixed issue for Dublin Core

This commit is contained in:
Giuseppe Di Terlizzi 2015-11-12 22:10:27 +01:00
parent 891bb772fb
commit 5247427372

View file

@ -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();