Changeset 10031

Show
Ignore:
Timestamp:
11/28/08 16:44:37 (1 month ago)
Author:
afz
Message:

fix registry issue

Files:

Legend:

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

    r10002 r10031  
    204204        } 
    205205 
    206         $this->_LastUpdate = $this->_Keys['Jaws']['keys']['last_updated'] = $params['now']; 
     206        $this->_LastUpdate = $this->_Keys['Jaws']['keys']['last_update'] = $params['now']; 
    207207        return true; 
    208208    }