Fixed whitespace usage

This commit is contained in:
Ingo Schommer 2013-02-18 15:43:52 +01:00
parent 92458d9f43
commit 0c6ac1960e
6 changed files with 21 additions and 20 deletions

View File

@ -942,7 +942,8 @@ class Security extends Controller {
*/
public static function set_login_url($loginUrl) {
self::$login_url = $loginUrl;
}
}
/**
* Get the URL of the log-in page.
* Defaults to Security/login but can be re-set with {@link set_login_url()}