From 49c1645013bacbc3f46de2fcacb0ece7bad0cd28 Mon Sep 17 00:00:00 2001 From: Devops Date: Tue, 30 May 2017 10:19:01 +0100 Subject: [PATCH] fix bug for extras --- lib/php/db/table.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index beef87e5..fed26d64 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -812,6 +812,7 @@ Class Table extends nb { 'name' => $k, 'type' => 'text', 'extras' => $v, + 'table' => $this, ]); $this->fields[$k] = $v; -- 2.47.3