Skip to content

Commit

Permalink
Issue #1086: move the checker script to subdirectory to avoid confusi…
Browse files Browse the repository at this point in the history
…on for upgraders. Include new url for the fixing page.
  • Loading branch information
tbar0970 committed Nov 15, 2024
1 parent 23c87a0 commit 1131b3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ini_set('display_errors', 1);
error_reporting(E_ALL);

define('JETHRO_ROOT', dirname(dirname(__FILE__)));
define('JETHRO_ROOT', dirname(dirname(dirname(__FILE__))));
set_include_path(get_include_path().PATH_SEPARATOR.JETHRO_ROOT);
require_once JETHRO_ROOT.'/conf.php';
define('DB_MODE', 'private');
Expand Down Expand Up @@ -52,7 +52,7 @@
foreach ($allaffected as $affected) {
print($affected.PHP_EOL);
}
print("Please go to Admin -> Fix Broken Age Brackets to fix this".PHP_EOL);
print("Please log in to Jethro to fix this - ".build_url(Array('view' => '_fix_age_brackets')).PHP_EOL);
}
//AgeBracketChangesFixer::printBadChanges($badchanges);
//AgeBracketChangesFixer::fix($badChanges);
Expand Down

0 comments on commit 1131b3c

Please sign in to comment.