resources/page: Fix typo
This commit is contained in:
parent
6f59d96bba
commit
e309f82efe
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ func (p Pages) GroupByParam(key string, order ...string) (PagesGroup, error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !tmp.IsValid() {
|
if !tmp.IsValid() {
|
||||||
return nil, errors.New("there is no such a param")
|
return nil, errors.New("there is no such param")
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, e := range p {
|
for _, e := range p {
|
||||||
|
|
Loading…
Add table
Reference in a new issue