Home
last modified time | relevance | path

Searched hist:"490 b5c472e8c042502116a94904d89d4b674a218" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/
H A Ddoku.php490b5c472e8c042502116a94904d89d4b674a218 Sat Apr 19 14:45:32 UTC 2025 fiwswe <53953985+fiwswe@users.noreply.github.com> Better deal with at url parameters that have weird values

If the `at` url parameter contains a value that is neither a date nor a timestamp integer then prevent the date() function to fail due to an illegal parameter type.

For example given `&at=xxx` this would happen before this patch.