From e5c4f36ca69d275977de01d6f85c5af43e92bb87 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Tue, 13 May 2014 22:16:27 +0200 Subject: Improve missing plugin.info.txt message. --- inc/plugin.php | 4 ++-- 1 file 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.
This is a bug in the '. - $parts[2].' plugin and should be reported to the '. + ' and '.$info.' not found.
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', -- cgit v1.2.3