diff options
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 21179507e..80ac4e827 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -243,7 +243,7 @@ function elgg_get_view_location($view, $viewtype = '') { * * @return void */ -function set_view_location($view, $location, $viewtype = '') { +function elgg_set_view_location($view, $location, $viewtype = '') { global $CONFIG; if (empty($viewtype)) { |