summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-05-13 22:16:27 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2014-05-13 22:16:27 +0200
commite5c4f36ca69d275977de01d6f85c5af43e92bb87 (patch)
tree899b9b72d77d656fb836b983a2bc057850722a9e
parent83014c076e261a0b6e13172a19ae684420e03e43 (diff)
downloadrpg-e5c4f36ca69d275977de01d6f85c5af43e92bb87.tar.gz
rpg-e5c4f36ca69d275977de01d6f85c5af43e92bb87.tar.bz2
Improve missing plugin.info.txt message.
-rw-r--r--inc/plugin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/plugin.php b/inc/plugin.php
index 7de4fbd74..fda177716 100644
--- a/inc/plugin.php
+++ b/inc/plugin.php
@@ -36,8 +36,8 @@ class DokuWiki_Plugin {
if(@file_exists($info)) return confToHash($info);
msg('getInfo() not implemented in '.get_class($this).
- ' and '.$info.' not found.<br />This is a bug in the '.
- $parts[2].' plugin and should be reported to the '.
+ ' and '.$info.' not found.<br />Do you have installed the last version of the plugin? '.
+ 'If that is the case, this is a bug in the '. $parts[2].' plugin and should be reported to the '.
'plugin author.',-1);
return array(
'date' => '0000-00-00',