Removed obsolete getInfo() method.

This commit is contained in:
LarsDW223
2016-05-05 12:11:45 +02:00
parent be97c8ef7c
commit b4c60681b1

View File

@@ -34,20 +34,6 @@ class syntax_plugin_filelist extends DokuWiki_Syntax_Plugin {
$this->mediadir = $this->_win_path_convert($this->_realpath($mediadir).'/'); $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 getType(){ return 'substition'; }
function getPType(){ return 'block'; } function getPType(){ return 'block'; }
function getSort(){ return 222; } function getSort(){ return 222; }