Changeset 15032
- Timestamp:
- 02/16/08 14:52:57 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/support/add_manifest2cache.php
r15018 r15032 78 78 echo "Injecting component {$component} into manifests cache\n\n"; 79 79 80 $manifest_data = file_get_contents($filename); 81 if (strstr($cache_code,$component)) 80 if (strstr($cache_code,$filename)) 82 81 { 83 82 echo "Component {$component} already in manifests cache\n\n"; … … 85 84 } 86 85 86 $manifest_data = file_get_contents($filename); 87 87 $cache_code .= "\n\$_MIDCOM->componentloader->load_manifest( 88 88 new midcom_core_manifest(
