aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/month.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input/month.php')
-rw-r--r--views/default/input/month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/month.php b/views/default/input/month.php
index b00db0309..071d40262 100644
--- a/views/default/input/month.php
+++ b/views/default/input/month.php
@@ -11,4 +11,4 @@ if (isset($vars['value']) && is_int($vars['value'])) {
$vars['value'] = date("Y-m", $vars['value']);
}
-echo elgg_view('input/default', array_merge($defaults, $vars, $overrides)); \ No newline at end of file
+echo elgg_view('html/input', array_merge($defaults, $vars, $overrides)); \ No newline at end of file