[Bug 606981] Apply a file extensions patch to CiviCRM



https://bugzilla.gnome.org/show_bug.cgi?id=606981
  sysadmin | Other | unspecified

Jeff Schroeder <jeffschroeder> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |jeffschroeder computer org
     Ever Confirmed|0                           |1

--- Comment #1 from Jeff Schroeder <jeffschroeder computer org> 2010-02-10 04:46:13 UTC ---
The patch doesn't apply. I got it from here:
http://fisheye2.atlassian.com/rdiff/CiviCRM?csid=25836&u&N

It expects the line to be:
return CRM_Utils_String::munge( "{$basename}_{$uniqID}", '_',  240 ) .
CRM_Utils_Array::value( 'extension', $info );

but instead it is currently:
return CRM_Utils_String::munge( "{$basename}_{$uniqID}", '_',  240 ) .
".{$info['extension']}";

This is line 284 in CRM/Utils/File.php. It isn't a big deal for me to manually
make it what that patch does. Can you first get confirmation that is the right
thing to do or would you like me to talk with CiviCRM upstream? To install it I
used civicrm-3.02-drupal.tar.gz

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact of the bug.
You are watching the assignee of the bug.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]