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
|
||||
if( empty($post['md5file']) ) {
|
||||
if( empty($page['md5file']) ) {
|
||||
$checksum = md5_file(PATH_PAGES.$key.DS.FILENAME);
|
||||
$dbPages->setPageDb($key, 'md5file', $checksum);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue