Active
Project:
Asset Manager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2007 at 09:22 UTC
Updated:
21 Sep 2007 at 09:22 UTC
Title says it all, author for uploaded images is set to anonymous (when uploading through the asset manager)
FIX (sorry can not path overhere ;-))
am.module around line 350, function am_save()
change
$node = array('type' => $type);
to
$node = array('type' => $type, 'name' => $user->name);