From 10da75f3645ff2121bbaf9d603f2e1465eddab78 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Tue, 27 Nov 2012 05:17:37 -0500
Subject: [PATCH] Move shortcut functions to framework class
---
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 6c9dfdd..f861ff9 100644
--- a/program/lib/Roundcube/rcube_output_html.php
+++ b/program/lib/Roundcube/rcube_output_html.php
@@ -843,7 +843,7 @@
break;
case 'javascript':
case 'js':
- $label = rcmail::JQ($label);
+ $label = rcube::JQ($label);
break;
default:
$label = html::quote($label);
--
Gitblit v1.9.1