Users cannot edit their own posts right now, because in the function weblink_access, there is no global $user.

Here's what it should be:

function weblink_access($op, $node) {
  global $user;
...
}

http://drupal.org/node/61090

Comments

Bèr Kessels’s picture

Status: Active » Closed (won't fix)

Weblinks is superceded by http://drupal.org/project/links. That module even has an upgrade path from weblinks.