diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-02-08 08:18:34 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-02-08 08:59:03 +0100 |
commit | 8514ab48d4bd123212571f8d9989034663861969 (patch) | |
tree | 382ce6951aedf9931dc65e38af44393cf7f28fc1 /program | |
parent | 24d7cc5dd187aa9f151e27eb376f4e7eba50f819 (diff) |
Fix reference to non-existing class rcube_output_html (#1488948)
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail_output_html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 88af550ed..f6c5d919d 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -668,7 +668,7 @@ class rcmail_output_html extends rcmail_output * * @param string $input * @return string - * @uses rcube_output_html::parse_xml() + * @uses rcmail_output_html::parse_xml() * @since 0.1-rc1 */ public function just_parse($input) |