diff --git a/code/ModelAdmin.php b/code/ModelAdmin.php index 6c44bf32..3f6b79fa 100644 --- a/code/ModelAdmin.php +++ b/code/ModelAdmin.php @@ -517,7 +517,7 @@ class ModelAdmin_CollectionController extends Controller { } else { return new HTTPResponse( $resultsForm->forTemplate(), - 404, + 200, _t('ModelAdmin.NORESULTS',"Your search didn't return any matching items") ); }