Fix variable missing $.

This commit is contained in:
Andrew McMillan 2006-12-02 11:48:34 +13:00
parent e9231ad8a9
commit f5fe854d9f

View File

@ -41,7 +41,7 @@ else {
}
}
if ( !exists ) {
if ( !$exists ) {
$request->DoResponse( 404, translate("No collection found at that location.") );
}