Changeset 3981 in subversion
- Timestamp:
- Sep 21, 2010 4:41:59 AM (3 years ago)
- Location:
- trunk/roundcubemail/program/include
- Files:
-
- 2 edited
-
rcube_json_output.php (modified) (1 diff)
-
rcube_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_json_output.php
r3553 r3981 37 37 private $message = null; 38 38 39 public $browser; 39 40 public $type = 'js'; 40 41 public $ajax_call = true; 41 42 42 43 43 44 /** 44 45 * Constructor 45 46 */ 46 public function __construct($task) 47 { 48 $this->config = rcmail::get_instance()->config; 47 public function __construct($task=null) 48 { 49 $this->config = rcmail::get_instance()->config; 50 $this->browser = new rcube_browser(); 49 51 } 50 52 -
trunk/roundcubemail/program/include/rcube_template.php
r3974 r3981 41 41 var $object_handlers = array(); 42 42 43 public $browser; 43 44 public $type = 'html'; 44 45 public $ajax_call = false;
Note: See TracChangeset
for help on using the changeset viewer.
