From e8cedfd6219d43ce21d8b7090b185d7d4f290bd7 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 16 Mar 2015 13:30:30 -0500 Subject: [PATCH] oops: i18n: Fix bad link for [Add Organization] Fixes #1834 --- include/staff/user-view.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/staff/user-view.inc.php b/include/staff/user-view.inc.php index 670633401..7bb706c89 100644 --- a/include/staff/user-view.inc.php +++ b/include/staff/user-view.inc.php @@ -96,8 +96,8 @@ $org = $user->getOrganization(); else echo sprintf( '<a href="#users/%d/org" class="user-action">%s</a>', - __('Add Organization'), - $user->getId()); + $user->getId(), + __('Add Organization')); ?> </span> </td> -- GitLab