remove obsolete function login()

This commit is contained in:
Thomas Müller 2013-10-02 14:49:14 +02:00
parent 0d7c36c9f1
commit 8c77cd1901
1 changed files with 0 additions and 8 deletions

View File

@ -745,14 +745,6 @@ class OC {
}
}
public static function login($params) {
if (OC_User::isLoggedIn()) {
header("Location: " . OC::$WEBROOT . '/');
exit();
}
self::handleLogin();
}
protected static function handleLogin() {
OC_App::loadApps(array('prelogin'));
$error = array();