@@ -390,6 +390,9 @@ |
||
390 | 390 | return unserialize(base64_decode($this->request->{$method.'Var'}('opauth'))); |
391 | 391 | } |
392 | 392 | |
393 | + /** |
|
394 | + * @param string $action |
|
395 | + */ |
|
393 | 396 | public function Link($action = null) |
394 | 397 | { |
395 | 398 | return Controller::join_links( |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * Deny password resets |
13 | 13 | * |
14 | 14 | * @param Member $member |
15 | - * @return boolean |
|
15 | + * @return null|false |
|
16 | 16 | */ |
17 | 17 | public function forgotPassword($member) |
18 | 18 | { |
@@ -60,6 +60,7 @@ |
||
60 | 60 | |
61 | 61 | /** |
62 | 62 | * Try very hard to get a locale for this user. Helps for i18n etc. |
63 | + * @param string $language |
|
63 | 64 | * @return string |
64 | 65 | */ |
65 | 66 | public static function get_smart_locale($language = null) |