Unused variables in rijksvideo.theme.inc

Created on 8 December 2015, over 9 years ago
Updated 3 June 2025, about 1 month ago

The next two lines of code on lines 17 and 18 of rijksvideo.theme.inc are not used and can be removed I think:

    $duration = new DateTime($download['duration']);
    $duration = $duration->format('i:s');

The $duration variable is never used and the duration output comes directly out of the $download array:

'@duration' => $download['duration'],

Is that correct? I'll attach a patch.

🐛 Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

🇳🇱Netherlands Marty2081

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024