changeset 1027 | 98c052fc3337 |
parent 978 | ed84b24b8e07 |
child 1035 | d0d617124b29 |
--- a/includes/functions.php Sun Jun 21 00:16:21 2009 -0400 +++ b/includes/functions.php Sun Jun 21 00:20:32 2009 -0400 @@ -1835,7 +1835,7 @@ $rand_seed = md5( sha1(microtime()) . mt_rand() ); // We need MediaWiki - require_once(ENANO_ROOT . '/includes/wikiengine/Tables.php'); + require_once(ENANO_ROOT . '/includes/wikiengine/TagSanitizer.php'); // Strip out comments that are already escaped preg_match_all('/<!--(.*?)-->/', $html, $comment_match);