From 957cb373d6c5d7b18813c23cf461f0dfd15333b6 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 7 Mar 2017 18:46:50 -0500 Subject: More bug fixes --- dash/dash_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/dash_functions.php b/dash/dash_functions.php index 223f17b..9160426 100644 --- a/dash/dash_functions.php +++ b/dash/dash_functions.php @@ -71,7 +71,7 @@ function app_trigger ($responseid) { $options = array( 'rid' => $appinfo['id'], 'adname' => $appinfo['title'], - 'seekername' => $appinfo['name'], + 'seekername' => $uinfo['name'], 'seekerrating' => is_null($uinfo['rating']) ? 'has yet to be rated' : 'is rated '.number_format($uinfo['rating'], 1).' stars', 'seekereml' => $uinfo['email'], 'seekerid' => $appinfo['seeker'], -- cgit v1.2.3