diff --git a/lib/classes/databox/field.class.php b/lib/classes/databox/field.class.php index 1541909772..5278bb2ce9 100644 --- a/lib/classes/databox/field.class.php +++ b/lib/classes/databox/field.class.php @@ -176,7 +176,8 @@ class databox_field implements cache_cacheableInterface echo "create tag from " . $row['src'] . " for id $id - name is " . $row['name'] . "\n"; $this->tag = self::loadClassFromTagName($row['src']); - + var_dump($this->tag); + $this->name = $row['name']; $this->indexable = ! ! $row['indexable']; $this->readonly = ! ! $row['readonly'];