diff --git a/library/Director/Web/Controller/ObjectsController.php b/library/Director/Web/Controller/ObjectsController.php index 67927ebd..8c10b442 100644 --- a/library/Director/Web/Controller/ObjectsController.php +++ b/library/Director/Web/Controller/ObjectsController.php @@ -367,7 +367,9 @@ abstract class ObjectsController extends ActionController ) ); - ObjectSetTable::create($type, $this->db(), $this->getAuth())->renderTo($this); + ObjectSetTable::create($type, $this->db(), $this->getAuth()) + ->setBranch($this->getBranch()) + ->renderTo($this); } /**