security fix
[civicrm-core.git] / CRM / Contact / Page / Task.php
index c1917d4e6e45473957989895af2a52d3521c4456..cbdb4b7bcb5f055bfed34f8ae0e548dda2117f6c 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
 class CRM_Contact_Page_Task extends CRM_Core_Page {
 
   /**
-   * Returns the page title
+   * Returns the page title.
    *
-   * @return string the title of the page
-   * @access public
+   * @return string
+   *   the title of the page
    */
-  function getTitle() {
+  public function getTitle() {
     return "Task Results";
   }
-}
 
+}