From 3a01c39af88f212f29037a83eaa48b66b089d10f Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 15 Jun 2008 06:39:52 -0400
Subject: [PATCH] - small doc fixed (#1485133)
---
program/include/rcube_json_output.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php
index a633f85..678b194 100644
--- a/program/include/rcube_json_output.php
+++ b/program/include/rcube_json_output.php
@@ -34,7 +34,6 @@
private $texts = array();
private $commands = array();
- public $task = '';
public $ajax_call = true;
@@ -43,7 +42,6 @@
*/
public function __construct($task)
{
- $this->task = $task;
$this->config = rcmail::get_instance()->config;
}
--
Gitblit v1.9.1