diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 01:15:18 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 01:15:18 +0000 |
commit | acec93ab6fc36138b7fb306a35079d9b3e2a48cd (patch) | |
tree | 06bd5bbae635aa46f4e882bc29cd838245e818f4 /engine/lib/views.php | |
parent | 7373a543cdab3a54d58b948e911598d30db11ffb (diff) | |
download | elgg-acec93ab6fc36138b7fb306a35079d9b3e2a48cd.tar.gz elgg-acec93ab6fc36138b7fb306a35079d9b3e2a48cd.tar.bz2 |
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
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)) { |