summaryrefslogtreecommitdiff
path: root/program/include/rcube_json_output.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-05 07:27:23 +0000
committerthomascube <thomas@roundcube.net>2008-09-05 07:27:23 +0000
commitc8a21d646ca96aaf00867b90b582a6572c591ee2 (patch)
tree5a160d0643389e96458784017ba78d7c56410d00 /program/include/rcube_json_output.php
parent5ec762a0850af60f8edd3d90abbf4aa9e4ae4d8c (diff)
Killed one more global var + log logins to a separate file (not console)
Diffstat (limited to 'program/include/rcube_json_output.php')
-rw-r--r--program/include/rcube_json_output.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php
index fa5632929..00b7697bd 100644
--- a/program/include/rcube_json_output.php
+++ b/program/include/rcube_json_output.php
@@ -34,6 +34,7 @@ class rcube_json_output
private $texts = array();
private $commands = array();
+ public $type = 'js';
public $ajax_call = true;