Merge pull request #805 from remyvv/master

Fixed broken sidebar_path function
This commit is contained in:
Scott Walkinshaw
2013-07-06 10:52:36 -07:00

View File

@@ -9,7 +9,7 @@ function roots_template_path() {
}
function roots_sidebar_path() {
return Roots_Wrapping('templates/sidebar.php');
return new Roots_Wrapping('templates/sidebar.php');
}
class Roots_Wrapping {