summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-02-17 15:47:53 +0100
committerMinteck <contact@minteck.org>2023-02-17 15:47:53 +0100
commit5b5140ddb03e72715e9519009adb530710a8ca77 (patch)
tree9b377c91b39201a3992cdfac4a432baf88d7343a
parentc6fe6896f9eca28e2e5f15438b488642372d8077 (diff)
downloadhorses-5b5140ddb03e72715e9519009adb530710a8ca77.tar.gz
horses-5b5140ddb03e72715e9519009adb530710a8ca77.tar.bz2
horses-5b5140ddb03e72715e9519009adb530710a8ca77.zip
Updated 2 files (automated)
-rw-r--r--includes/main.php2
-rw-r--r--includes/version.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/main.php b/includes/main.php
index c1aa9ae..eac1a9a 100644
--- a/includes/main.php
+++ b/includes/main.php
@@ -6,7 +6,7 @@
* using these could break things.
*/
-function timeAgo($time, $perDay): string {
+function timeAgo($time): string {
if (!is_numeric($time)) {
$time = strtotime($time);
}
diff --git a/includes/version.txt b/includes/version.txt
index bb003f6..a17cbe2 100644
--- a/includes/version.txt
+++ b/includes/version.txt
@@ -1 +1 @@
-12.1.9 \ No newline at end of file
+12.2.0 \ No newline at end of file