Changeset 777


Ignore:
Timestamp:
Jan 24, 2023 10:57:00 PM (15 months ago)
Author:
anonymous
Message:

Avoid use of dynamic properties

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/ACL.inc.php

    r757 r777  
    5555        'name_max_length' => 32.
    5656    );
     57
     58    // Cache object to store result of check() queries.
     59    private $cache;
    5760
    5861    /**
  • trunk/lib/App.inc.php

    r775 r777  
    5353    // If $app->start has run successfully.
    5454    public $running = false;
     55
     56    // Copy of the ScriptTimer object to measure app performance.
     57    protected $timer;
    5558
    5659    // Instance of database object (from mysql_connect() PHP version < 7).
Note: See TracChangeset for help on using the changeset viewer.