Skip to content

Commit 19ffb21

Browse files
author
Raymond Benc
committed
Fixing upgrade issues
1 parent cc4e2e4 commit 19ffb21

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

PF.Base/include/checksum/md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
b41e07ec10d99cc5f9a83db7c3488e6e composer.lock
2-
c328c28469c3af67ee8d36bc363c0118 include/checksum/md5
2+
4a9c6ab53e754a0953a0a47a724f826b include/checksum/md5
33
d7f7e3d45fa8602bec28e7a51c902110 include/cron/exec.php
44
68b329da9893e34099c7d8ad5cb9c940 include/cron/index.html
55
68b329da9893e34099c7d8ad5cb9c940 include/index.html

PF.Base/install/include/installer.class.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ class Phpfox_Installer
136136

137137
'4.0.0rc1',
138138
'4.0.0rc2',
139-
'4.0.0'
139+
'4.0.0',
140+
'4.0.1',
141+
'4.0.2',
142+
'4.0.3'
140143
);
141144

142145
private $_sTempDir = '';
@@ -1409,7 +1412,7 @@ private function _getCurrentVersion()
14091412
return $sVersion;
14101413
}
14111414

1412-
$newFile = PHPFOX_DIR_SETTING . 'version.sett.php';
1415+
$newFile = PHPFOX_DIR_SETTINGS . 'version.sett.php';
14131416
if (file_exists($newFile)) {
14141417
$object = (object) require($newFile);
14151418
if (isset($object->version)) {

0 commit comments

Comments
 (0)