summaryrefslogtreecommitdiff
path: root/modules/rest/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rest/libraries')
-rw-r--r--modules/rest/libraries/Rest_Exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rest/libraries/Rest_Exception.php b/modules/rest/libraries/Rest_Exception.php
index 1257e3cf..087da939 100644
--- a/modules/rest/libraries/Rest_Exception.php
+++ b/modules/rest/libraries/Rest_Exception.php
@@ -32,6 +32,6 @@ class Rest_Exception_Core extends Kohana_Exception {
}
public function getTemplate() {
- return "error_rest";
+ return "error_rest.json";
}
} \ No newline at end of file