Changeset 787
- Timestamp:
- 02/09/06 14:33:01 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/data/generator/sfPropelAdmin/default/template/actions/actions.class.php
r763 r787 133 133 { 134 134 <?php if ($this->getParameterValue('list.filters')): ?> 135 $this->getUser()->getAttributeHolder()->removeNamespace('sf_admin/<?php echo $this->getSingularName() ?>/filters'); 135 136 $this->getUser()->getAttributeHolder()->add($this->getRequestParameter('filters'), 'sf_admin/<?php echo $this->getSingularName() ?>/filters'); 136 137 <?php endif ?>