aboutsummaryrefslogtreecommitdiff
path: root/bridges/AskfmBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/AskfmBridge.php')
-rw-r--r--bridges/AskfmBridge.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/AskfmBridge.php b/bridges/AskfmBridge.php
index 42393cb4..cf92ed6a 100644
--- a/bridges/AskfmBridge.php
+++ b/bridges/AskfmBridge.php
@@ -10,7 +10,8 @@ class AskfmBridge extends BridgeAbstract {
'Ask.fm username' => array(
'u' => array(
'name' => 'Username',
- 'required' => true
+ 'required' => true,
+ 'exampleValue' => 'ApprovedAndReal'
)
)
);