Indefero

Indefero Commit Details


Date:2008-11-18 02:59:11 (16 years 5 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:7e1f5bb0298651e62870f9a801b57bde1ae3ed1d
Parents: 18da9ed72f7c0e2391e8b8a4d7d969ded7b1dc06
Message:Fixed path to the login form.

Changes:

File differences

src/IDF/Views.php
5656
5757
5858
59
59
60
6061
6162
6263
            return new Pluf_HTTP_Response_Redirect($url);
        }
        $v = new Pluf_Views();
        return $v->login($request, $match, Pluf::f('login_success_url'));
        return $v->login($request, $match, Pluf::f('login_success_url'),
                         array(), 'idf/login_form.html');
    }
    /**

Archive Download the corresponding diff file

Page rendered in 0.18704s using 13 queries.