Closed (fixed)
Project:
Media Mover
Version:
5.x-0.4-1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2008 at 11:22 UTC
Updated:
28 May 2008 at 13:41 UTC
Fatal error: Cannot use object of type stdClass as array in /storage/work/projects/mediamover/site/local/public_html/sites/all/modules/media_mover/mm_ffmpeg/mm_ffmpeg.module on line 327
line 327 :
$account = user_load(array('uid' => $node['uid']));
should be
$account = user_load(array('uid' => $node->uid));
Comments
Comment #1
arthurf commentedOuch, yeah that was a bug. FYI, workflow_ng support is coming fast, so I think this specific functionality may be removed in favor of workflow_ng, but for now this is fixed in CVS DRUPAL-5. Thanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.