From 5a7b9676ff5efcccfbcf130ab87defb3a803e3e0 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sat, 22 Apr 2017 22:10:43 +0200 Subject: [PATCH] fixed typo --- mod/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/profile.php b/mod/profile.php index 259e086082..3e98906b34 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -304,7 +304,7 @@ function profile_content(App $a, $update = 0) { $parents_str = ''; // Set a time stamp for this page. We will make use of it when we - // search fornew items (update routine) + // search for new items (update routine) $_SESSION['last_updated'][$last_updated_key] = time(); if (dbm::is_result($r)) {