diff --git a/library/vendor/ipl/Web/Widget/NameValueTable.php b/library/vendor/ipl/Web/Widget/NameValueTable.php index 2891db8d..41d4a2a7 100644 --- a/library/vendor/ipl/Web/Widget/NameValueTable.php +++ b/library/vendor/ipl/Web/Widget/NameValueTable.php @@ -15,7 +15,8 @@ class NameValueTable extends Table public function addNameValueRow($name, $value) { - return $this->body()->add($this->createNameValueRow($name, $value)); + $this->body()->add($this->createNameValueRow($name, $value)); + return $this; } public function addNameValuePairs($pairs)