From f6025026eb4798774044fcd12f0f09313073141a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 20 Jun 2010 08:50:19 -0700 Subject: Rename error_rest.php to error_rest.json.php so that we specify the result type in the filename as is our convention for views. --- modules/rest/views/error_rest.json.php | 2 ++ modules/rest/views/error_rest.php | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 modules/rest/views/error_rest.json.php delete mode 100644 modules/rest/views/error_rest.php (limited to 'modules/rest/views') diff --git a/modules/rest/views/error_rest.json.php b/modules/rest/views/error_rest.json.php new file mode 100644 index 00000000..c018378e --- /dev/null +++ b/modules/rest/views/error_rest.json.php @@ -0,0 +1,2 @@ + +response) ?> \ No newline at end of file diff --git a/modules/rest/views/error_rest.php b/modules/rest/views/error_rest.php deleted file mode 100644 index c018378e..00000000 --- a/modules/rest/views/error_rest.php +++ /dev/null @@ -1,2 +0,0 @@ - -response) ?> \ No newline at end of file -- cgit v1.2.3