Ensure headers are set correctly for json output
[civicrm-core.git] / CRM / Admin / Page / MailSettings.php
index 43b4533211dff6db5ffd1965893e27cab0733771..f7460c958e64a49a1fa5a381815a9b231ab5160a 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -39,7 +39,7 @@
 class CRM_Admin_Page_MailSettings extends CRM_Core_Page_Basic {
 
   public $useLivePageJS = TRUE;
-  
+
   /**
    * The action links that we need to display for the browse screen
    *
@@ -151,6 +151,8 @@ class CRM_Admin_Page_MailSettings extends CRM_Core_Page_Basic {
   /**
    * Get user context.
    *
+   * @param null $mode
+   *
    * @return string user context.
    */
   function userContext($mode = NULL) {