diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-27 11:17:37 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-27 11:17:37 +0100 |
commit | 10da75f3645ff2121bbaf9d603f2e1465eddab78 (patch) | |
tree | 86bea83370406d7640844aaa47123da1c4061719 /program/lib/Roundcube/rcube_output_html.php | |
parent | 0c82e95c59ab7a5823c69fcbc4f1b2745b7b86f9 (diff) |
Move shortcut functions to framework class
Diffstat (limited to 'program/lib/Roundcube/rcube_output_html.php')
-rw-r--r-- | program/lib/Roundcube/rcube_output_html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_output_html.php b/program/lib/Roundcube/rcube_output_html.php index 6c9dfdd1f..f861ff95e 100644 --- a/program/lib/Roundcube/rcube_output_html.php +++ b/program/lib/Roundcube/rcube_output_html.php @@ -843,7 +843,7 @@ class rcube_output_html extends rcube_output break; case 'javascript': case 'js': - $label = rcmail::JQ($label); + $label = rcube::JQ($label); break; default: $label = html::quote($label); |