summaryrefslogtreecommitdiff
path: root/dash
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-03-07 18:46:50 -0500
committerCarson Fleming <cflems@cflems.net>2017-03-07 18:46:50 -0500
commit957cb373d6c5d7b18813c23cf461f0dfd15333b6 (patch)
tree8273226d2028962f63434c3f51d98c60431075f9 /dash
parentfba28a55051f648e29fa7782c03bbe8c70558f4b (diff)
downloadbulletin-957cb373d6c5d7b18813c23cf461f0dfd15333b6.tar.gz
More bug fixes
Diffstat (limited to 'dash')
-rw-r--r--dash/dash_functions.php2
1 files changed, 1 insertions, 1 deletions
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'],