mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
PHP8 class cleanup
This commit is contained in:
@@ -140,6 +140,8 @@ class e_date
|
||||
*/
|
||||
function convert_date($datestamp, $mask = '')
|
||||
{
|
||||
$datestamp = (int) $datestamp;
|
||||
|
||||
if(empty($mask))
|
||||
{
|
||||
$mask = 'long';
|
||||
|
Reference in New Issue
Block a user