Merge pull request #4944 from civicrm/batch-5.part2
[civicrm-core.git] / CRM / Upgrade / Controller.php
index 1d993a7d6f65351897629a140007290908e4785a..ce68ebc94d385e51f0a8836295bc7db1ef3b46ff 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -37,7 +37,8 @@ class CRM_Upgrade_Controller extends CRM_Core_Controller {
   /**
    * Class constructor
    */
-  function __construct($title = NULL,
+  function __construct(
+    $title = NULL,
     $action = CRM_Core_Action::NONE,
     $modal = TRUE
   ) {
@@ -56,4 +57,3 @@ class CRM_Upgrade_Controller extends CRM_Core_Controller {
     $this->addActions();
   }
 }
-