Skip to content

Commit

Permalink
Forgot to properly name the class
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusso committed Feb 22, 2024
1 parent ce64a72 commit 37c3712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/d1/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function run_post_odl() {

// Get a new token every 100 rows.
if ($tokencounter % 100 == 0) {
$token = self::get_token();
$token = lsupgd1::get_token();
mtrace("Got new token: $token.");
}

Expand Down Expand Up @@ -192,7 +192,7 @@ public function run_post_pd() {

// Get a new token every 100 rows.
if ($tokencounter % 100 == 0) {
$token = self::get_token();
$token = lsupgd1::get_token();
mtrace("Got new token: $token.");
}

Expand Down

0 comments on commit 37c3712

Please sign in to comment.