Mrbytes
2012-10-12 8c9bce97acb5ca21c8b23d9594c24204d13fc436
src/com/gitblit/wicket/pages/RepositoryPage.java
@@ -248,7 +248,7 @@
            // user not allowed to fork or fork already exists or repo forbids forking
            add(new ExternalLink("forkLink", "").setVisible(false));
            
            if (user.canFork && !model.allowForks) {
            if (user.canFork() && !model.allowForks) {
               // show forks prohibited indicator
               Fragment wc = new Fragment("forksProhibitedIndicator", "forksProhibitedFragment", this);
               Label lbl = new Label("forksProhibited", getString("gb.forksProhibited"));