thomascube
2009-05-22 eb6f198a2d5c56e05340b041cd87ba0d9ef02fd1
program/include/rcmail.php
@@ -324,7 +324,7 @@
    $this->output->set_charset($this->config->get('charset', RCMAIL_CHARSET));
    // add some basic label to client
    $this->output->add_label('loading');
    $this->output->add_label('loading', 'servererror');
    
    return $this->output;
  }