Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r11267 -r11319 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11267) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11319) @@ -2294,6 +2294,12 @@ return $object->GetField($field, 'resize:'.$max_width.'x'.$max_height.';wm:'.$logo_filename.'|'.$logo_h_margin.'|'.$logo_v_margin); } + /** + * Allows to retrieve given setting from unit config + * + * @param Array $params + * @return mixed + */ function UnitOption($params) { return $this->Application->getUnitOption($this->Prefix, $params['name']);