| Revision 1061,
249 bytes
checked in by CrawfordCurrie, 4 years ago
(diff) |
|
Item175: tidy build in CommentPlugin; remove the poinless tie in compat plugin; tweak location of config options for publish and mailer extensions
|
| Line | |
|---|
| 1 | package TWiki::Plugins; |
|---|
| 2 | |
|---|
| 3 | use Foswiki::Plugins; |
|---|
| 4 | |
|---|
| 5 | # Compatible version of TWiki::Plugins. Note that this has to be versioned |
|---|
| 6 | # separately from $Foswiki::Plugins::VERSION. |
|---|
| 7 | our $VERSION = 1.2; |
|---|
| 8 | |
|---|
| 9 | *TWiki::Plugins::SESSION =\*Foswiki::Plugins::SESSION; |
|---|
| 10 | |
|---|
| 11 | 1; |
|---|
Note: See
TracBrowser
for help on using the repository browser.