Index: trunk/extensions/SocialProfile/SystemGifts/TopAwards.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | // Variables |
29 | 29 | $gift_name_check = ''; |
30 | 30 | $x = 0; |
31 | | - $category_number = $wgRequest->getVal( 'category' ); |
| 31 | + $category_number = $wgRequest->getInt( 'category' ); |
32 | 32 | |
33 | 33 | // System gift class array |
34 | 34 | $categories = array( |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | $wgOut->setPageTitle( "Top Awards - {$page_category} Milestones" ); |
69 | 69 | |
70 | 70 | // Add CSS |
71 | | - $wgOut->addStyle( $wgSystemGiftsScripts . '/SystemGift.css' ); |
| 71 | + $wgOut->addExtensionStyle( $wgSystemGiftsScripts . '/SystemGift.css' ); |
72 | 72 | |
73 | 73 | $output = '<div class="top-awards-navigation"> |
74 | 74 | <h1>Award Categories</h1>'; |