Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice: A non well formed numeric value encountered #386

Merged
merged 1 commit into from
Jun 27, 2020

Commits on Jun 27, 2020

  1. Notice: A non well formed numeric value encountered

    Eliminates the following PHP warnings when error reporting is turned on:
    
    Notice: A non well formed numeric value encountered in tinyfilemanager.php on line 2443
    Notice: A non well formed numeric value encountered in tinyfilemanager.php on line 2444
    
    This happens because PHP floor and round are expecting a (float), not an (int).
    michael-milette authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    94136f6 View commit details
    Browse the repository at this point in the history