Changeset 1151581 in github for program/include/rcube_json_output.php
- Timestamp:
- Sep 21, 2010 4:41:59 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- cb2bc80
- Parents:
- 7993594
- File:
-
- 1 edited
-
program/include/rcube_json_output.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_json_output.php
r2eb7943 r1151581 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
Note: See TracChangeset
for help on using the changeset viewer.
