Author is set to anonymous

attiks - September 21, 2007 - 09:22
Project:Asset Manager
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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);

 
 

Drupal is a registered trademark of Dries Buytaert.