Skip to content

Commit

Permalink
Merge pull request #120 from internetarchive/schema-rewrtie
Browse files Browse the repository at this point in the history
Some bug fixes
  • Loading branch information
cyberpower678 authored Jan 16, 2024
2 parents aab4fd6 + 2609fd0 commit d072c7a
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 161 deletions.
2 changes: 2 additions & 0 deletions app/src/Core/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@
require_once( IABOTROOT . 'extensions/' . WIKIPEDIA . '.php' );
}

@define( 'IABOTOFFLOADEDTABLES', serialize( $offloadDBs ) );

if( class_exists( WIKIPEDIA . 'Parser' ) ) {
@define( 'PARSERCLASS', WIKIPEDIA . 'Parser' );
} else @define( 'PARSERCLASS', 'Parser' );
Expand Down
Loading

0 comments on commit d072c7a

Please sign in to comment.