Index: branches/5.2.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r14244 -r14474 --- branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 14244) +++ branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 14474) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'PageExpiration' => Array ('type' => 'int', 'default' => NULL), + 'DirectLinkEnabled' => Array ( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, + 'not_null' => 1, 'default' => 1 + ), + 'DirectLinkAuthKey' => Array ('type' => 'string', 'max_len' => 20, 'not_null' => 1, 'default' => '') ), 'VirtualFields' => Array (