From acec93ab6fc36138b7fb306a35079d9b3e2a48cd Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 12 Feb 2011 01:15:18 +0000 Subject: set_view_location => elgg_set_view_location (to match elgg_get_view_location) git-svn-id: http://code.elgg.org/elgg/trunk@8130 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/views.php') 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)) { -- cgit v1.2.3