Changeset 9276

Show
Ignore:
Timestamp:
08/18/08 06:49:56 (4 months ago)
Author:
afz
Message:

fix typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/include/Jaws/Registry.php

    r9251 r9276  
    153153        MDB2::loadFile('Date'); 
    154154        $params = array(); 
    155         $params['comp_id']  = $this->_LoadedComponents['Registry']; 
     155        $params['comp_id']  = $this->_LoadedComponents['Jaws_Registry']; 
    156156        $params['key_name'] = 'last_update'; 
    157157        $params['now']      = MDB2_Date::mdbNow(); 
     
    170170        } 
    171171 
    172         $this->_LastUpdate = $this->_Registry['Registry']['last_updated'] = $params['now']; 
     172        $this->_LastUpdate = $this->_Registry['Jaws_Registry']['last_updated'] = $params['now']; 
    173173        return true; 
    174174    }