git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5895 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
57f3b6f592
commit
3d519e37ee
|
@ -240,7 +240,7 @@ module Redmine
|
|||
return @aro if ! @aro.nil?
|
||||
@aro = false
|
||||
bcp = self.class.branch_conf_path(url)
|
||||
if File.exist?(bcp)
|
||||
if bcp && File.exist?(bcp)
|
||||
begin
|
||||
f = File::open(bcp, "r")
|
||||
cnt = 0
|
||||
|
|
Loading…
Reference in New Issue