pluf2

pluf2 Commit Details


Date:2010-11-10 13:59:31 (14 years 1 month ago)
Author:Loïc d'Anterroches
Branch:master
Commit:ee85e01f9faff7fc3989dd43d6bba8d1cb660308
Parents: f7d009f0d04add6419979a746d03ccb1bcd34d37
Message:Fixed to work with PHP 5.2.

Changes:

File differences

src/Pluf/Views.php
8484
8585
8686
87
87
88
8889
8990
9091
if ($request->method == 'POST') {
foreach (Pluf::f('auth_backends', array('Pluf_Auth_ModelBackend'))
as $backend) {
$user = $backend::authenticate($request->POST);
$user = call_user_func(array($backend, 'authenticate'),
$request->POST);
if ($user !== false) {
break;
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05453s using 13 queries.