Error in time display greater than one hour

ManiaControl, the completely new designed and easy to use controller managing all your Maniaplanet server.

Moderators: Jocy, Wabbitface, steeffeen, NADEO

Post Reply
chapelier
Posts: 69
Joined: 08 Sep 2014, 16:43

Error in time display greater than one hour

Post by chapelier »

3555, 3566, ... :)
something wrong in a lib function.
Image
chapelier
Posts: 69
Joined: 08 Sep 2014, 16:43

Re: Error in time display greater than one hour

Post by chapelier »

In the file :
core\Utils\Formatter.php, line 43 :

Code: Select all

$seconds      -= $hours * 60 + $minutes * 60;
should be :

Code: Select all

$seconds      -= ($hours * 60 + $minutes) * 60;
chapelier
Posts: 69
Joined: 08 Sep 2014, 16:43

Re: Error in time display greater than one hour

Post by chapelier »

well I tried something but i am not sure about the procedure and it seems not to be the right way to do... :?
I created a pull request but i could not modified any file.
Post Reply

Return to “ManiaControl”

Who is online

Users browsing this forum: No registered users and 1 guest