Skip to content

Commit

Permalink
[1.1.1] Fix bad include paths from ConfigDef to ConfigSchema changes.
Browse files Browse the repository at this point in the history
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@447 48356398-32a2-884e-a903-53898d9a118a
  • Loading branch information
Edward Z. Yang committed Sep 24, 2006
1 parent 4abf83a commit 2bfdfaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/Lexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// emulates inserting a dir called HTMLPurifier into your class dir
set_include_path(get_include_path() . PATH_SEPARATOR . '../library/');

require_once 'HTMLPurifier/ConfigDef.php';
require_once 'HTMLPurifier/ConfigSchema.php';
require_once 'HTMLPurifier/Config.php';
require_once 'HTMLPurifier/Lexer/DirectLex.php';
require_once 'HTMLPurifier/Lexer/PEARSax3.php';
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ProfileDirectLex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set_include_path(get_include_path() . PATH_SEPARATOR . '../library/');

require_once 'HTMLPurifier/ConfigDef.php';
require_once 'HTMLPurifier/ConfigSchema.php';
require_once 'HTMLPurifier/Config.php';
require_once 'HTMLPurifier/Lexer/DirectLex.php';

Expand Down

0 comments on commit 2bfdfaa

Please sign in to comment.