getScriptUrl
--- lib/TWiki.pm (revision 146)
+++ lib/TWiki.pm (working copy)
@@ -1096,7 +1096,9 @@
if( $p eq '#' ) {
$anchor .= '#' . shift( @args );
} else {
- $ps .= ';' . $p.'='.urlEncode(shift( @args )||'');
+ my $arg = shift( @args );
+ $arg = '' unless defined $arg;
+ $ps .= ';' . $p.'='.urlEncode($arg);
}
}
if( $ps ) {
-- Contributors: ThomasWeigert - 2011-03-07
| ChangeProposalForm | |
|---|---|
| TopicClassification | FeatureRequest |
| TopicSummary |
URL parameters with 0 value are not passed properly by getScriptUrl
|
| CurrentState | UnderInvestigation |
| CommittedDeveloper | |
| ReasonForDecision | None |
| DateOfCommitment | |
| ConcernRaisedBy | |
| BugTracking | |
| OutstandingIssues | |
| RelatedTopics | |
| InterestedParties | |
| ProposedFor | |
| TWikiContributors | |