From 412472212be935f8dbcd35b2d94c63466a90d218 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Sun, 11 May 2008 21:21:30 +0000 Subject: [PATCH] change 'no nodes' response to use API_VERSION in output --- app/controllers/api_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 26cb93a48..6ede9ebe8 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -120,7 +120,7 @@ class ApiController < ApplicationController return end if node_ids.length == 0 - render :text => "", :content_type => "text/xml" + render :text => "", :content_type => "text/xml" return end -- 2.43.2