Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaecyra committed Feb 24, 2012
1 parent a234eff commit bde8159
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -182,7 +182,7 @@ function WriteMiniPager($Discussion) {
}
endif;

if (!function_exists('WritePagePink')):
if (!function_exists('WritePageLink')):
function WritePageLink($Discussion, $PageNumber) {
echo Anchor($PageNumber, '/discussion/'.$Discussion->DiscussionID.'/'.Gdn_Format::Url($Discussion->Name).'/p'.$PageNumber);
}
Expand Down

0 comments on commit bde8159

Please sign in to comment.