Fix a mistake in dashboard.php ($post instead of $page)

Signed-off-by: ADTC <send2adtc@gmail.com>
This commit is contained in:
ADTC 2017-04-26 13:35:46 +08:00
parent ad3ee5608f
commit 452ff20760
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function updateBludit()
}
// Checksum
if( empty($post['md5file']) ) {
if( empty($page['md5file']) ) {
$checksum = md5_file(PATH_PAGES.$key.DS.FILENAME);
$dbPages->setPageDb($key, 'md5file', $checksum);
}