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

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Mon Dec 10 16:17:51 JST 2012


YUKI Hiroshi	2012-12-10 16:17:51 +0900 (Mon, 10 Dec 2012)

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

  Log:
    Fix typo: missing variable

  Modified files:
    bin/gcs-configure-from-sdf

  Modified: bin/gcs-configure-from-sdf (+1 -1)
===================================================================
--- bin/gcs-configure-from-sdf    2012-12-10 16:09:17 +0900 (a234c6e)
+++ bin/gcs-configure-from-sdf    2012-12-10 16:17:51 +0900 (f642d29)
@@ -70,7 +70,7 @@ function collectFieldConfigurations(sourceFile, existingFieldNames) {
 
       var values = batch.fields[name];
       if (Array.isArray(values)) {
-        field[name].hasMultipleValue = true;
+        fields[name].hasMultipleValue = true;
       } else {
         values = [values];
       }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index