Skip to content

Commit

Permalink
Item13364: Eliminate error in UpdatePlugin
Browse files Browse the repository at this point in the history
Really it's a bug in configure, but sidestep the issue so that a new
install isn't hit right off with an error.
  • Loading branch information
gac410 committed Apr 23, 2015
1 parent e36ba71 commit 435f4f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions UpdatesPlugin/lib/Foswiki/Plugins/UpdatesPlugin/Config.spec
Expand Up @@ -17,8 +17,9 @@ $Foswiki::cfg{Plugins}{UpdatesPlugin}{CacheTimeout} = 86400;
# to prevent plugins not hosted on foswiki.org from being reported to the outside world.
$Foswiki::cfg{Plugins}{UpdatesPlugin}{ExcludeExtensions} = '';

# **URLPATH**
# The URL of the 'configure' program used to install extensions on your Foswiki.
$Foswiki::cfg{Plugins}{UpdatesPlugin}{ConfigureUrl} = '$Foswiki::cfg{ScriptUrlPath}/configure$Foswiki::cfg{ScriptSuffix}';
# **URLPATH CHECK='emptyok'**
# The URL of the 'configure' program used to install extensions on your Foswiki. If not configured,
# it uses the default configure script URL.
$Foswiki::cfg{Plugins}{UpdatesPlugin}{ConfigureUrl} = '';

1;

0 comments on commit 435f4f3

Please sign in to comment.