Changeset 1127 for trunk/core/lib/Foswiki/Store.pm
- Timestamp:
- 12/02/08 12:49:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Store.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Store.pm
r1050 r1127 1404 1404 $web =~ s#\.#/#go; 1405 1405 ASSERT( defined($topic) ) if DEBUG; 1406 if (DEBUG) { 1407 my ( $webTest, $topicTest ) = 1408 $this->{session}->normalizeWebTopicName( $web, $topic ); 1409 ASSERT( $topic eq $topicTest ); 1410 ASSERT( $web eq $webTest ); 1411 } 1406 # This test is invalid. This intent is good, but this function may 1407 # be called with a deliberately undef web or topic. 1408 #if (DEBUG) { 1409 # my ( $webTest, $topicTest ) = 1410 # $this->{session}->normalizeWebTopicName( $web, $topic ); 1411 # ASSERT( $topic eq $topicTest ); 1412 # ASSERT( $web eq $webTest ); 1413 #} 1412 1414 return 0 unless $topic; 1413 1415
Note: See TracChangeset
for help on using the changeset viewer.
