This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix bug in Action.loadRepo() (
#1959
)
for-closed-social
Ethan Koenig
7 years ago
committed by
Lunny Xiao
parent
0168b7073d
commit
96152c38b1
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/action.go
+ 1
- 1
models/action.go
View File
@ -120,7 +120,7 @@ func (a *Action) loadActUser() {
}
}
func
(
a
*
Action
)
loadRepo
(
)
{
func
(
a
*
Action
)
loadRepo
(
)
{
if
a
.
ActUser
!=
nil
{
if
a
.
Repo
!=
nil
{
return
return
}
}
var
err
error
var
err
error
Write
Preview
Loading…
Cancel
Save