fixup thingop_expander code and convert EC as
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract.pm
index 4f136d6..a8b771f 100644 (file)
@@ -367,7 +367,7 @@ BEGIN {
       my (\$self, \@args) = \@_;
       while (my (\$this_key, \$this_value) = splice(\@args, 0, 2)) {
         \$self->_ext_rw(
-           op => \$this_key,
+           expand_op => \$this_key,
            \$self->make_${singular}(\$this_value),
         );
       }