filter works perfectly for nodes with type usernode but not for other node types.
instead you can use the argument and return the current user id
argument handling code:
global $user;
$arg[0]=$user->uid;
return $arg;
working on it -> will be fixed soon
Comments
Comment #1
nodestroy commentedfixed & commited
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.