Skip to content

Commit

Permalink
Merge pull request #124 from internetarchive/schema-rewrtie
Browse files Browse the repository at this point in the history
Update APII.php
  • Loading branch information
cyberpower678 committed Jan 29, 2024
2 parents 0a821e4 + fc9a596 commit 6965565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Core/APII.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public static function getBatchText( $objects, $objectType = 'pagetitle', &$retu
'rvslots' => '*',
];

$batch = $objects;
if( !isset( $batch ) ) $batch = $objects;

switch( $objectType ) {
case 'pagetitle':
Expand Down

0 comments on commit 6965565

Please sign in to comment.