Closed (duplicate)
Project:
Asset
Version:
5.x-2.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
31 Mar 2008 at 12:45 UTC
Updated:
5 Apr 2008 at 22:09 UTC
An trailing space is in the function exist call. Which is causing an install error you have the mime_content_type function.
asset.types.inc line 283
if (!function_exists('mime_content_type ')) {
Should be
if (!function_exists('mime_content_type')) {
Comments
Comment #1
zroger commentedComment #2
zroger commentedduplicate of #239433