From aee14112968f933e3b36ff56f1ea55a54970df65 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 26 Mar 2006 14:29:52 +0200 Subject: plugin manager update / will now expire page, css & js caches after a plugin change darcs-hash:20060326122952-9b6ab-f6aef3c5b2f9e936d2f32ed148d19bbd8a9da2da.gz --- lib/plugins/admin.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/plugins/admin.php') diff --git a/lib/plugins/admin.php b/lib/plugins/admin.php index 113cf60be..480fc07dd 100644 --- a/lib/plugins/admin.php +++ b/lib/plugins/admin.php @@ -60,7 +60,6 @@ class DokuWiki_Admin_Plugin { // plugin introspection methods // extract from class name, format = _plugin_[_] function getPluginType() { list($t) = explode('_', get_class($this), 2); return $t; } - function getPluginName() { list($t, $p, $n) = explode('_', get_class($this), 4); return $n; } function getPluginComponent() { list($t, $p, $n, $c) = explode('_', get_class($this), 4); return (isset($c)?$c:''); } -- cgit v1.2.3