From db357b4187ef2be4a4a4e485c83cda6f888b1c8e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 30 Oct 2014 07:48:11 -0400 Subject: [PATCH] Remove redundant default --- program/include/rcmail_output_json.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcmail_output_json.php b/program/include/rcmail_output_json.php index d0e1eec..fa35824 100644 --- a/program/include/rcmail_output_json.php +++ b/program/include/rcmail_output_json.php @@ -23,7 +23,7 @@ /** * View class to produce JSON responses * - * @package Core + * @package Webmail * @subpackage View */ class rcmail_output_json extends rcmail_output -- Gitblit v1.9.1