Changeset 1435
- Timestamp:
- 06/13/06 14:28:19 (2 years ago)
- Files:
-
- trunk/lib/response/sfWebResponse.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/response/sfWebResponse.class.php
r1415 r1435 370 370 { 371 371 $metas = $this->parameter_holder->getAll('helper/asset/auto/meta'); 372 373 return $metas['title'];372 373 return (array_key_exists('title', $metas)) ? $metas['title'] : false; 374 374 } 375 375