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

    r479 r484  
    4141
    4242    // Configuration parameters for this object.
    43     private $_params = array(
     43    protected $_params = array(
    4444        'cache_result' => true,
    4545        'cache_dir' => '',
     
    180180     * @access private
    181181     */
    182     private function _performAPICall($parameters=null)
     182    protected function _performAPICall($parameters=null)
    183183    {
    184184        $app =& App::getInstance();
Note: See TracChangeset for help on using the changeset viewer.