From c476eda868de0cb2deb068a0b49bfe7bfc14aa12 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 11 Aug 2015 13:20:58 -0700 Subject: [PATCH] Removed link on location until location view is fixed --- app/controllers/admin/UsersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/UsersController.php b/app/controllers/admin/UsersController.php index 926f2ef12863..57343d325c0a 100755 --- a/app/controllers/admin/UsersController.php +++ b/app/controllers/admin/UsersController.php @@ -929,7 +929,7 @@ public function getDatatable($status = null) ->addColumn('location',function($users) { if ($users->userloc) { - return ''.$users->userloc->name.''; + return $users->userloc->name; } })