]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed a typo in htmlawed filtering.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 1 Jul 2009 19:25:48 +0000 (19:25 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 1 Jul 2009 19:25:48 +0000 (19:25 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3378 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/htmlawed/start.php

index 31ba15288036ad0aa017c0d22024f5348fd4683e..1b8351af2f45770d3d91d744108753817c17984f 100644 (file)
@@ -52,7 +52,7 @@
                                $return = array();
                                
                                foreach($var as $key => $el) {
-                                       $return[$key] = htmLawed($var, $htmlawed_config);
+                                       $return[$key] = htmLawed($el, $htmlawed_config);
                                }
                        }
                }