Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item11267: Work with older Foswiki API
We need this extension on foswiki.org as well as trunk.  I tested back
to Foswiki 1.1.4.  Probably would work on older versions as well.
  • Loading branch information
gac410 committed Aug 20, 2014
1 parent 2f5be18 commit 1c5bfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/FoswikirefsPlugin.pm
Expand Up @@ -18,7 +18,7 @@ sub initPlugin {
my ( $topic, $web, $user, $installWeb ) = @_;

# check for Plugins.pm versions
if ( $Foswiki::Plugins::VERSION < 2.3 ) {
if ( $Foswiki::Plugins::VERSION < 2.1 ) {
Foswiki::Func::writeWarning( 'Version mismatch between ',
__PACKAGE__, ' and Plugins.pm' );
return 0;
Expand Down

0 comments on commit 1c5bfd5

Please sign in to comment.