Fix another bug in ROUTE_FILTER

This commit is contained in:
Tom Eastep 2009-12-20 14:36:28 -08:00
parent cdf7fac535
commit 5fef50f7ff

View File

@ -2363,6 +2363,8 @@ sub get_configuration( $ ) {
} else {
check_trivalue( 'ROUTE_FILTER', '' );
}
} else {
check_trivalue( 'ROUTE_FILTER' , '' );
}
}