Show
Ignore:
Timestamp:
01/21/10 15:31:55 (3 years ago)
Author:
gbastien
Message:

Corrected some one-liners:

  • Permission error when deleting user role (#689)
  • Patch by Steven Kurylo to remove white spaces from authenticator arguments (#612)
  • Search for stakeholders has now same case-sensitivity as the user's network (#662)
  • Corrected (#613) patch by Hélène Gauthier
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Network.php

    r1436 r1438  
    688688            } 
    689689        } 
     690        $params = array_map('trim',$params); 
    690691        return call_user_func_array(array (new ReflectionClass($this->_row['network_authenticator_class']), 'newInstance'), $params); 
    691692