[Bps-public-commit] r16916 - in Path-Dispatcher/trunk: lib/Path/Dispatcher/Rule
sartak at bestpractical.com
sartak at bestpractical.com
Tue Nov 18 19:55:12 EST 2008
Author: sartak
Date: Tue Nov 18 19:55:12 2008
New Revision: 16916
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm
Log:
r75783 at onn: sartak | 2008-11-18 19:55:09 -0500
Pass in the right value
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Metadata.pm Tue Nov 18 19:55:12 2008
@@ -24,7 +24,7 @@
for my $key ($self->metadata_keys) {
return 0 if !exists($path_metadata->{$key});
- $self->_match_metadatum($path_metadata, $self->metadata($key))
+ $self->_match_metadatum($path_metadata->{$key}, $self->metadata($key))
or return 0;
}
More information about the Bps-public-commit
mailing list