From 11fbcfeb25a9da60737807d2e0705993d93d24da Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 28 Jan 2010 09:55:41 -0800 Subject: Found another broken link for what should have been the user profile --- modules/gallery/helpers/auth.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/helpers/auth.php b/modules/gallery/helpers/auth.php index 21a39bfb..bdff2f70 100644 --- a/modules/gallery/helpers/auth.php +++ b/modules/gallery/helpers/auth.php @@ -51,6 +51,8 @@ class auth_Core { module::event("user_logout", $user); } log::info("user", t("User %name logged out", array("name" => $user->name)), - html::anchor("user/$user->id", html::clean($user->name))); + t('%user_name', + array("url" => user_profile::url($user->id), + "user_name" => html::clean($user->name)))); } } \ No newline at end of file -- cgit v1.2.3