Changeset - f726a939d2d4
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-02-24 23:41:39
marcin@python-works.com
Enable statistics are disabled by default now
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/repo.py
Show inline comments
 
@@ -199,7 +199,7 @@ class RepoModel(BaseModel):
 
            else:
 
                org_name = repo_name = str(form_data['repo_name'])
 
            new_repo = Repository()
 
            new_repo.enable_statistics = True
 
            new_repo.enable_statistics = False
 
            for k, v in form_data.items():
 
                if k == 'repo_name':
 
                    v = repo_name
0 comments (0 inline, 0 general)