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

arthurf’s picture

Status: Active » Fixed

Ouch, 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!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.