Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
3b7f59f2
Commit
3b7f59f2
authored
Jan 22, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Jan 22, 2008
Browse files
fixed pagination url
parent
183603c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/interaction/forum/view.php
View file @
3b7f59f2
...
...
@@ -203,7 +203,7 @@ setup_topics($stickytopics);
setup_topics
(
$regulartopics
);
$pagination
=
build_pagination
(
array
(
'url'
=>
'
view.php?id='
.
$forumid
,
'url'
=>
get_config
(
'wwwroot'
)
.
'interaction/forum/
view.php?id='
.
$forumid
,
'count'
=>
$forum
->
count
,
'limit'
=>
$topicsperpage
,
'offset'
=>
$offset
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment