Explorar o código

Minor change for WS context files

laceysanderson %!s(int64=7) %!d(string=hai) anos
pai
achega
ac735c0923
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tripal_ws/includes/TripalWebService.inc

+ 1 - 1
tripal_ws/includes/TripalWebService.inc

@@ -207,7 +207,7 @@ class TripalWebService {
     foreach ($this->path as $element) {
       $context_filename .= '.' . $element;
     }
-    $context_filename .= '.context.json';
+    $context_filename .= '.json';
     $context_filename = strtolower($context_filename);
     $context_dir = 'public://tripal/ws/context';
     $context_file_path = $context_dir . '/' . $context_filename;