]> git.nbdom.net Git - nb.git/commitdiff
fix bug for extras
authorDevops <sys@15gifts.com>
Tue, 30 May 2017 09:19:01 +0000 (10:19 +0100)
committerDevops <sys@15gifts.com>
Tue, 30 May 2017 09:19:01 +0000 (10:19 +0100)
lib/php/db/table.php

index beef87e5923daf392c8454b5767142917a05efb9..fed26d64d3ce839471311a75280fdebc5e62dd2d 100644 (file)
@@ -812,6 +812,7 @@ Class Table extends nb {
         'name' => $k,
         'type' => 'text',
         'extras' => $v,
+        'table' => $this,
       ]);
 
       $this->fields[$k] = $v;