Skip to content

Commit

Permalink
fix casesensitivity for template render
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibe Vanmeenen committed Aug 18, 2016
1 parent ee465f4 commit c9c9860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitplugins/widgets/GitPlugins_GitWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public function getName()
}
public function getBodyHtml()
{
return craft()->templates->render('gitplugins/gitPluginsWidget');
return craft()->templates->render('gitplugins/GitPluginsWidget');
}
}

0 comments on commit c9c9860

Please sign in to comment.