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/Nav.inc.php

    r688 r708  
    2626     * Constructor. Set default features to apply to all added pages.
    2727     */
    28     function Nav($default_features=null)
     28    function __construct($default_features=null)
    2929    {
    3030        if (isset($default_features) && is_array($default_features)) {
Note: See TracChangeset for help on using the changeset viewer.