|
@@ -82,7 +82,7 @@ |
|
|
block discarded – undo |
|
82
|
82
|
|
|
83
|
83
|
// The helper is crucial. Include it first thing. |
|
84
|
84
|
if (!file_exists($upgrade_path . '/upgrade-helper.php')) |
|
85
|
|
- die('upgrade-helper.php not found where it was expected: ' . $upgrade_path . '/upgrade-helper.php! Make sure you have uploaded ALL files from the upgrade package. The upgrader cannot continue.'); |
|
|
85
|
+ die('upgrade-helper.php not found where it was expected: ' . $upgrade_path . '/upgrade-helper.php! Make sure you have uploaded ALL files from the upgrade package. The upgrader cannot continue.'); |
|
86
|
86
|
|
|
87
|
87
|
require_once($upgrade_path . '/upgrade-helper.php'); |
|
88
|
88
|
|
Please login to merge, or discard this patch.