Browse Source

Fix docblock

ADmad 13 years ago
parent
commit
594a19c4e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Controller/Component/AuthComponent.php

+ 1 - 1
lib/Cake/Controller/Component/AuthComponent.php

@@ -216,7 +216,7 @@ class AuthComponent extends Component {
 
 /**
  * Controls handling of unauthorized access. By default unauthorized user is
- * redirected to the referrer url or AuthComponent::$loginAction or '/'.
+ * redirected to the referrer url or AuthComponent::$loginRedirect or '/'.
  * If set to false a ForbiddenException exception is thrown instead of redirecting.
  *
  * @var boolean