Fix a mistake in dashboard.php ($post instead of $page)
Signed-off-by: ADTC <send2adtc@gmail.com>
This commit is contained in:
parent
ad3ee5608f
commit
452ff20760
@ -54,7 +54,7 @@ function updateBludit()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Checksum
|
// Checksum
|
||||||
if( empty($post['md5file']) ) {
|
if( empty($page['md5file']) ) {
|
||||||
$checksum = md5_file(PATH_PAGES.$key.DS.FILENAME);
|
$checksum = md5_file(PATH_PAGES.$key.DS.FILENAME);
|
||||||
$dbPages->setPageDb($key, 'md5file', $checksum);
|
$dbPages->setPageDb($key, 'md5file', $checksum);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user