Index: branches/1.3.x/units/widgets/widget_tp.php =================================================================== diff -u -N -r15496 -r15692 --- branches/1.3.x/units/widgets/widget_tp.php (.../widget_tp.php) (revision 15496) +++ branches/1.3.x/units/widgets/widget_tp.php (.../widget_tp.php) (revision 15692) @@ -29,7 +29,8 @@ $object = $this->getObject($params); /* @var $object kDBList */ - $edit_template = $this->Application->getUnitOption($this->Prefix, 'AdminTemplatePath') . '/' . $this->Application->getUnitOption($this->Prefix, 'AdminTemplatePrefix') . 'edit'; + $config = $this->getUnitConfig(); + $edit_template = $config->getAdminTemplatePath() . '/' . $config->getAdminTemplatePrefix() . 'edit'; $url_params = Array ( 'm_opener' => 'd',