demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

media2 failed to show uploaded image #1735

Closed demianturner closed 11 years ago

demianturner commented 11 years ago

There are two bugs in modules/media2/www/img.php: 1) line 28 and 29: $conf['site']['uploadDirOverride'] should be changed to $conf['path']['uploadDirOverride'] 2) line 65: strpos($fileName, $uploadDir) !== 0 should be changed to strpos($fileName, $uploadDir) === 0

demianturner commented 11 years ago

[demian](In [4311]) updating upload path, fixes #1735