Changeset 484 for trunk/lib/ACL.inc.php


Ignore:
Timestamp:
Jul 30, 2014 10:43:49 PM (10 years ago)
Author:
anonymous
Message:

Changed private methods and properties to protected. A few minor bug fixes.

File:
1 edited

Legend:

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

    r479 r484  
    4040
    4141    // A place to keep an object instance for the singleton pattern.
    42     private static $instance = null;
     42    protected static $instance = null;
    4343
    4444    // Configuration parameters for this object.
    45     private $_params = array(
     45    protected $_params = array(
    4646        // If false nothing will be cached or retrieved. Useful for testing realtime data requests.
    4747        'enable_cache' => true,
Note: See TracChangeset for help on using the changeset viewer.