Commit 58112751 authored by Wolfgang Ziegler's avatar Wolfgang Ziegler
Browse files

#237012 patch by setvic: allow Pathauto alias generation for usernode author-name and author-uid

parent fe1f239e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -210,6 +210,8 @@ function usernode_create_node($user) {
  $node = array(
    'type' => USERNODE_CONTENT_TYPE,
    'title' => check_plain($user->name),
    'name' => $user->name,
    'uid' => $user->uid,
    'user' => $user,
  );
  usernode_save_node($node);