summaryrefslogtreecommitdiff
path: root/dash/dash_functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'dash/dash_functions.php')
-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'],