summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4b5be83..b167ea2 100644
--- a/index.php
+++ b/index.php
@@ -149,7 +149,7 @@ function key2timestamp($key) {
return $date->getTimestamp();
}
-function timediff($key, $end) {
+function timediff($start, $end) {
/**
* Return human-readable time difference
*