Merge pull request #6432 from deepak-srivastava/dedupe-workflow-47
[civicrm-core.git] / CRM / Admin / Form / Persistent.php
index c8ce8a9d2ec06e651454a0fb3d82805d87de676a..3cce900a0b1e5ce87d4744b58c781cdd22cbe13f 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | 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$
  *
  */
@@ -40,8 +40,8 @@ class CRM_Admin_Form_Persistent extends CRM_Core_Form {
 
   public function preProcess() {
     $this->_indexID = CRM_Utils_Request::retrieve('id', 'Integer', $this, FALSE);
-    $this->_config  = CRM_Utils_Request::retrieve('config', 'Integer', $this, 0);
-    $this->_action  = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE);
+    $this->_config = CRM_Utils_Request::retrieve('config', 'Integer', $this, 0);
+    $this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE);
 
     $session = CRM_Core_Session::singleton();
     $session->pushUserContext(CRM_Utils_System::url('civicrm/admin/tplstrings', 'reset=1'));
@@ -100,5 +100,5 @@ class CRM_Admin_Form_Persistent extends CRM_Core_Form {
 
     CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/admin/tplstrings', "reset=1"));
   }
-}
 
+}