Changeset 24991
- Timestamp:
- 02/03/10 16:45:24 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/ragnaroek/midcom/midcom.admin.folder/handler/metadata.php
r24967 r24991 156 156 { 157 157 case 'save': 158 $_MIDCOM->cache->invalidate($this->_object->guid); 158 159 case 'cancel': 159 160 $_MIDCOM->relocate(''); … … 161 162 } 162 163 163 $tmp = array ();164 $tmp = array(); 164 165 165 166 if (is_a($this->_object, 'midcom_baseclasses_database_topic')) branches/ragnaroek/midcom/midgard.admin.asgard/handler/object/metadata.php
r23025 r24991 168 168 //net_nemein_wiki_viewer::index($this->_request_data['controller']->datamanager, $indexer, $this->_topic); 169 169 // *** FALL-THROUGH *** 170 $_MIDCOM->cache->invalidate($this->_object->guid); 170 171 $_MIDCOM->relocate("__mfa/asgard/object/metadata/{$this->_object->guid}"); 171 172 // This will exit.
