diff --git a/src/View/Form/EntityContext.php b/src/View/Form/EntityContext.php index a53d01f4ccf..1ebbf33d0ee 100644 --- a/src/View/Form/EntityContext.php +++ b/src/View/Form/EntityContext.php @@ -521,7 +521,7 @@ protected function _getTable($parts, $fallback = true) return false; } - $table = $assoc->target(); + $table = $assoc->getTarget(); } return $this->_tables[$path] = $table;