| TWiki version: | TWikiAlphaRelease |
| TWiki plugins: | DefaultPlugin, EmptyPlugin, InterwikiPlugin |
| Server OS: | all |
| Web server: | all |
| Perl version: | all |
| Client OS: | all |
| Web Browser: | all |
Index: lib/TWiki/UI/Oops.pm
===================================================================
--- lib/TWiki/UI/Oops.pm (revision 4500)
+++ lib/TWiki/UI/Oops.pm (working copy)
@@ -94,7 +94,7 @@
} else {
$tmplName = $query->param( 'template' );
$def = $query->param( 'def' );
- while( my $param = $query->param( 'param'.$n ) ) {
+ while( defined( my $param = $query->param( 'param'.$n ) )) {
push( @params, $param );
$n++;
}
This has already been patched on the MultiLevelWikiWebs branch.
-- PeterNixon - 03 Jul 2005
thanks, peter. patched SVN:Develop r4512
-- WillNorris - 03 Jul 2005
| ChangeProposalForm | |
|---|---|
| TopicClassification | BugReport |
| TopicSummary | Null parameters (param1=0) don't render correctly |
| CurrentState | ReadyForMerge |
| OutstandingIssues | |
| RelatedTopics | |
| InterestedParties | |
| ProposedFor | DakarRelease |
| TWikiContributors | PeterNixon |