/**
  * Constructor
  *
  * @access	public
  * @param	object	ipsRegistry reference
  * @return void
  */
 public function __construct(ipsRegistry $registry)
 {
     parent::__construct($registry);
     $this->lang->words['the_max_length'] = $this->settings['max_post_length'] * 1024;
 }