Skip to content

Commit

Permalink
* Removed GetInfo from this module to fallback to base class method.
Browse files Browse the repository at this point in the history
* Updated plugin.info.txt.
  • Loading branch information
wilminator committed Jun 28, 2018
1 parent 169f3b8 commit 2d5a681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ public function __construct() {
$this->cache = array();
}

/**
* return some info
*/
public function getInfo() {
return array(
'author' => 'Mike Wilmes',
'email' => 'mwilmes@avc.edu',
'date' => '2015-09-03',
'name' => 'Attribute Plugin',
'desc' => 'Arbitrary attribute definition and storage for user associated data.',
'url' => 'None for now, hoping for http://www.dokuwiki.org/plugin:attribute',
);
}

/**
* Return info about supported methods in this Helper Plugin
*
Expand Down
2 changes: 1 addition & 1 deletion plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base attribute
author Michael Wilmes
email mwilmes@avc.edu
date 2016-01-06
date 2018-06-28
name Attribute Plugin
desc Arbitrary attribute definition and storage for user associated data.
url https://www.dokuwiki.org/plugin:attribute

0 comments on commit 2d5a681

Please sign in to comment.