Development

Changeset 4822

You must first sign up to be able to contribute.

Changeset 4822

Show
Ignore:
Timestamp:
08/07/07 14:53:01 (6 years ago)
Author:
francois
Message:

sfMediaLibraryPlugin: Reverted r4820 (closes #2078). To the author of this changeset (Josh.Reynolds): please do not commit code directly, but create a ticket and attach a (working) patch to it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfMediaLibraryPlugin/lib/helper/sfMediaLibraryHelper.php

    r4820 r4822  
    6262  return $html; 
    6363} 
    64  
    65 function object_input_asset_tag($object, $method, $options = array(), $default_value = null) 
    66 { 
    67   $options = _parse_attributes($options); 
    68  
    69   $value = _get_object_value($object, $method, $default_value); 
    70  
    71   return input_asset_tag(_convert_method_to_name($method, $options), $value, $options); 
    72 }