[Groonga-commit] groonga/gcs [master] Fix missing variable

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 21 17:24:35 JST 2012


YUKI Hiroshi	2012-11-21 17:24:35 +0900 (Wed, 21 Nov 2012)

  New Revision: dfa2b458aaaed02dfd960bcb255460b24e467e8c
  https://github.com/groonga/gcs/commit/dfa2b458aaaed02dfd960bcb255460b24e467e8c

  Log:
    Fix missing variable

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-11-21 17:23:49 +0900 (32068f8)
+++ lib/api/2011-02-01/configuration.js    2012-11-21 17:24:35 +0900 (28a17e8)
@@ -334,7 +334,7 @@ handlers.DefineIndexField = function(context, request, response, config) {
   var fieldName = request.query['IndexField.IndexFieldName'] || '';
   var fieldType = request.query['IndexField.IndexFieldType'] || '';
   var field = handleIndexFieldValidationError(function() {
-        return domain.getIndexField(fieldName).setType(type).validate();
+        return domain.getIndexField(fieldName).setType(fieldType).validate();
       });
 
   assertValidFieldOptions(request, fieldType, domainName);
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index