Skip to content

Commit

Permalink
Item2137: configure fails to show many many plugins in Find More Exte…
Browse files Browse the repository at this point in the history
…nsions

Note that I also did a work around on Extensions.FastReport so an extra new line is added which makes 1.0.7 configure work


git-svn-id: http://svn.foswiki.org/trunk@5081 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 22, 2009
1 parent 3a54a12 commit 70c3f5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/lib/Foswiki/Configure/UIs/EXTENSIONS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ sub _getListOfExtensions {
if ( !$response->is_error() ) {
my $page = $response->content();
if ( defined $page ) {
$page =~ s/(?:^|\n){(.*?)\n\s*}(\n|$)/
$this->_parseRow($1, $place)/ges;
$page =~ s/{(.*?)}/$this->_parseRow($1, $place)/ges;
}
else {
push(
Expand Down

0 comments on commit 70c3f5e

Please sign in to comment.