Changeset 28461 for plugins/sfJSLibManagerPlugin
- Timestamp:
- 03/10/10 14:03:25 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfJSLibManagerPlugin/trunk/lib/sfJSLibManager.class.php
r23797 r28461 150 150 private static function addAssets($lib_config) 151 151 { 152 if (!sfContext::hasInstance()) 153 { 154 return; 155 } 156 152 157 $response = sfContext::getInstance()->getResponse(); 153 158