Page MenuHomePhabricator

wfAcceptToPrefs.patch

Authored By
bzimport
Nov 21 2014, 10:13 PM
Size
393 B
Referenced Files
None
Subscribers
None

wfAcceptToPrefs.patch

--- includes/GlobalFunctions.php.bak 2008-05-26 15:22:32.000000000 +0200
+++ includes/GlobalFunctions.php 2008-05-26 15:22:38.000000000 +0200
@@ -1217,6 +1217,7 @@
foreach( $parts as $part ) {
# FIXME: doesn't deal with params like 'text/html; level=1'
+ $part = trim( $part );
@list( $value, $qpart ) = explode( ';', $part );
$match = array();
if( !isset( $qpart ) ) {

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4528
Default Alt Text
wfAcceptToPrefs.patch (393 B)

Event Timeline