Skip to content

Commit

Permalink
Merge branch 'hotfix/4.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
slylth committed Mar 25, 2014
2 parents 2d3cc46 + f2b3374 commit 36eaef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reason_4.0/data/dbs/reason4.5.sql

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions reason_4.0/www/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,11 @@ function create_admin_user($password)
$rel_id2 = relationship_id_of('site_to_user');
$ma_id = id_of('master_admin');
$ls_id = id_of('site_login');
$pts_id = id_of('page_types_demo_site');
create_relationship($user_id, $admin_id, $rel_id1, false, true);
create_relationship($ma_id, $user_id, $rel_id2, false, true);
create_relationship($ls_id, $user_id, $rel_id2, false, true);
create_relationship($pts_id, $user_id, $rel_id2, false, true);
return $user_id;
}

Expand Down

0 comments on commit 36eaef9

Please sign in to comment.