Ignore:
Timestamp:
Nov 15, 2019 6:15:50 PM (5 years ago)
Author:
anonymous
Message:

Update class constructor method names to construct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/AuthFile.inc.php

    r1 r708  
    2222     * @param optional array $params  A hash containing parameters.
    2323     */
    24     function AuthFile($params = array())
     24    function __construct($params = array())
    2525    {
    2626        $this->_params = $params;
Note: See TracChangeset for help on using the changeset viewer.