Development

Changeset 4755

You must first sign up to be able to contribute.

Changeset 4755

Show
Ignore:
Timestamp:
07/31/07 11:08:40 (1 year ago)
Author:
fabien
Message:

fixed typo in Javascript Helper (closes #1948)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/helper/JavascriptHelper.php

    r4597 r4755  
    993993  function _build_observer($klass, $name, $options = array()) 
    994994  { 
    995     if (!isset($options['with']) && $options['update']
     995    if (!isset($options['with']) && isset($options['update'])
    996996    { 
    997997      $options['with'] = 'value';