Skip to content

Commit

Permalink
Filter routines , Main index.php tried to load wrong filter file.
Browse files Browse the repository at this point in the history
  • Loading branch information
NorHei committed Aug 21, 2017
1 parent c0fdcc2 commit b4074a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbce/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
// Sooner or later this is going to be removed as we dont need to OPF systems
// So if the module is removed , this goes inactive.
if (!defined("WB_SUPPRESS_OLD_OPF") or WB_SUPPRESS_OLD_OPF===false){
$sOldOpfPath=WB_PATH . '/modules/output_filter/index.php';
$sOldOpfPath=WB_PATH . '/modules/output_filter/filter_routines.php';
// Module is installed?
if (file_exists($sOldOpfPath)) {
require_once $sOldOpfPath;
Expand Down

0 comments on commit b4074a9

Please sign in to comment.