Changeset 4755
- Timestamp:
- 07/31/07 11:08:40 (1 year ago)
- Files:
-
- trunk/lib/helper/JavascriptHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/helper/JavascriptHelper.php
r4597 r4755 993 993 function _build_observer($klass, $name, $options = array()) 994 994 { 995 if (!isset($options['with']) && $options['update'])995 if (!isset($options['with']) && isset($options['update'])) 996 996 { 997 997 $options['with'] = 'value';