Changeset f195eab
- Timestamp:
- 08/25/10 07:33:37 (3 years ago)
- Branches:
- master
- Children:
- dd9722b
- Parents:
- 7610f9a
- git-author:
- Aurélien Bompard <aurelien@…> (08/25/10 07:33:37)
- git-committer:
- Aurélien Bompard <aurelien@…> (08/25/10 07:33:37)
- Files:
-
- 2 edited
-
ChangeLog.txt (modified) (1 diff)
-
action.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog.txt
rbba37f1 rf195eab 1 HEAD Aurélien Bompard <aurelien@bompard.org> 2 3 * action.php: Add getInfo() method, fixes bug #8 4 1 5 2010-08-12 Aurélien Bompard <aurelien@bompard.org> 2 6 -
action.php
r432af09 rf195eab 16 16 */ 17 17 class action_plugin_odt extends DokuWiki_Action_Plugin { 18 19 /** 20 * return some info 21 */ 22 function getInfo(){ 23 return confToHash(dirname(__FILE__).'/info.txt'); 24 } 18 25 19 26 function register($controller) {
Note: See TracChangeset
for help on using the changeset viewer.

