From b4c60681b15b67f8df0fcdff29ca8c40dce42dae Mon Sep 17 00:00:00 2001 From: LarsDW223 Date: Thu, 5 May 2016 12:11:45 +0200 Subject: [PATCH] Removed obsolete getInfo() method. --- syntax.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/syntax.php b/syntax.php index eed0c31..23d45d9 100644 --- a/syntax.php +++ b/syntax.php @@ -34,20 +34,6 @@ class syntax_plugin_filelist extends DokuWiki_Syntax_Plugin { $this->mediadir = $this->_win_path_convert($this->_realpath($mediadir).'/'); } - /** - * return some info - */ - function getInfo() { - return array( - 'author' => 'Gina Haeussge', - 'email' => 'gina@foosel.net', - 'date' => '2009-11-16', - 'name' => 'Filelist Plugin', - 'desc' => 'Lists files matching a given glob pattern.', - 'url' => 'http://foosel.org/snippets/dokuwiki/filelist', - ); - } - function getType(){ return 'substition'; } function getPType(){ return 'block'; } function getSort(){ return 222; }