alecpl
2009-05-17 74d421d55ae35a18440d738245fbc68c7f75d5b4
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;
  }