Skip to content

Commit

Permalink
Fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Rossi committed Dec 4, 2016
1 parent c89919e commit 3df8f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/plugins/thunderboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ function thunderboard_replace(&$contents)
// Check if this stylesheet is a global one or not. If it's specific, we're going to add it
// to the body instead of the head. Then, our custom handler will append them to the head, checking
// if the stylesheet is already available
foreach (['global', $mybb->get_input['action']] as $pageAction) {
foreach (['global', $mybb->get_input('action')] as $pageAction) {

foreach ($theme['stylesheets'][basename($_SERVER['PHP_SELF'])][$pageAction] as $pageSpecificStylesheet) {

Expand Down

0 comments on commit 3df8f87

Please sign in to comment.