Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jul 4, 2023
1 parent 7650e5c commit 5981247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ public static function html($str)
}
}

function HumanDates($locale = "de_AT"): HumanDates
function humandates($locale = "de_AT"): HumanDates
{
require_once __DIR__ . "/HumanDates.php";
return new HumanDates($locale);
Expand Down

0 comments on commit 5981247

Please sign in to comment.