Skip to content

Warning in admin/tool/crawler/index.php float to int conversion #42

Description

@rrusso

Change line 159

$duration = sprintf('%02d:%02d:%02d', $delta / 60 / 60, $delta / 60 % 60, $delta % 60);

to

$duration = sprintf('%02d:%02d:%02d', $delta / 60 / 60, intval($delta / 60) % 60, $delta % 60);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions