Skip to content

Commit 112e42d

Browse files
committed
Fix bug
1 parent 4acd492 commit 112e42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resolver/blog/post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function categories($args)
134134
}
135135
}
136136

137-
public function prev($args)
137+
public function next($args)
138138
{
139139
if ($this->status) {
140140
$this->load->model('blog/post');
@@ -149,7 +149,7 @@ public function prev($args)
149149
}
150150
}
151151

152-
public function next($args)
152+
public function prev($args)
153153
{
154154
if ($this->status) {
155155
$this->load->model('blog/post');

0 commit comments

Comments
 (0)