@@ -4,6 +4,10 @@ |
||
4 | 4 | { |
5 | 5 | protected $authenticator_class = 'TwitterAuthenticator'; |
6 | 6 | |
7 | + /** |
|
8 | + * @param Controller $controller |
|
9 | + * @param string $method |
|
10 | + */ |
|
7 | 11 | public function __construct($controller, $method, $fields = null, $actions = null, $checkCurrentUser = true) |
8 | 12 | { |
9 | 13 | if (isset($_REQUEST['BackURL'])) { |