diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-03 12:25:51 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-03 12:25:51 +0000 |
commit | bf39908f4d587785a197de80b528e73c43ce99d9 (patch) | |
tree | 7f6e5271c31ab7b5ff336bbd7bdb96de6113adac /engine/lib/output.php | |
parent | 0ca854b4387127605836fb20904e9c1aa3d59321 (diff) | |
download | elgg-bf39908f4d587785a197de80b528e73c43ce99d9.tar.gz elgg-bf39908f4d587785a197de80b528e73c43ce99d9.tar.bz2 |
removes uses of $vars[url] from core and plugins
git-svn-id: http://code.elgg.org/elgg/trunk@8003 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/output.php')
-rw-r--r-- | engine/lib/output.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/output.php b/engine/lib/output.php index 967af263f..1027991b6 100644 --- a/engine/lib/output.php +++ b/engine/lib/output.php @@ -202,6 +202,7 @@ function elgg_format_attributes(array $attrs) { function elgg_clean_vars(array $vars = array()) { unset($vars['config']); unset($vars['url']); + unset($vars['user']); // backwards compatibility code if (isset($vars['internalname'])) { |