aboutsummaryrefslogtreecommitdiff
path: root/mod/htmlawed
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-07-01 19:25:48 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-07-01 19:25:48 +0000
commitdd3561e3a9d3dc940fb250c96970cbcba42913ad (patch)
tree7f42b4816c6e4abedfd1bef283708cf72ebfc41b /mod/htmlawed
parent22a6fb895a41a246e9e71bd0c28abef9bfa06bc8 (diff)
downloadelgg-dd3561e3a9d3dc940fb250c96970cbcba42913ad.tar.gz
elgg-dd3561e3a9d3dc940fb250c96970cbcba42913ad.tar.bz2
Fixed a typo in htmlawed filtering.
git-svn-id: https://code.elgg.org/elgg/trunk@3378 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/htmlawed')
-rw-r--r--mod/htmlawed/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/htmlawed/start.php b/mod/htmlawed/start.php
index 31ba15288..1b8351af2 100644
--- a/mod/htmlawed/start.php
+++ b/mod/htmlawed/start.php
@@ -52,7 +52,7 @@
$return = array();
foreach($var as $key => $el) {
- $return[$key] = htmLawed($var, $htmlawed_config);
+ $return[$key] = htmLawed($el, $htmlawed_config);
}
}
}