Commit ee277836dd565f095250cd66f76f4ac598295460
1 parent
030bae54
Merge Work/Home
Commited By: Jarrett Jordaan Reviewed By: Megan Watson
Showing
1 changed file
with
0 additions
and
4 deletions
setup/upgrade/steps/upgradeRestore.php
| @@ -47,10 +47,6 @@ class upgradeRestore extends Step { | @@ -47,10 +47,6 @@ class upgradeRestore extends Step { | ||
| 47 | 47 | ||
| 48 | protected $silent = false; | 48 | protected $silent = false; |
| 49 | protected $temp_variables = array(); | 49 | protected $temp_variables = array(); |
| 50 | - | ||
| 51 | - public function __construct() { | ||
| 52 | - | ||
| 53 | - } | ||
| 54 | 50 | ||
| 55 | public function doStep() { | 51 | public function doStep() { |
| 56 | $this->temp_variables = array("step_name"=>"restore", "silent"=>$this->silent, | 52 | $this->temp_variables = array("step_name"=>"restore", "silent"=>$this->silent, |