Update config.php

This commit is contained in:
Namhyeon Go 2018-09-26 19:34:51 +09:00 committed by GitHub
parent 975bd39567
commit 1632fcd1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,8 @@ if(!function_exists("get_current_datetime")) {
}
}
return date($timeformat, $timestamp);
$datetime = date($timeformat, $timestamp);
return $datetime;
}
}