Skip to content

Commit

Permalink
Use Extension:DynamicPageList3 in logger (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Mar 12, 2022
1 parent cd764c2 commit 2ea2503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function msg() {
$text = wfMessage( 'dpl_log_' . $errorMessageId, $args )->text();
}

$this->buffer[] = '<p>Extension:DynamicPageList (DPL), version ' . DynamicPageListHooks::getVersion() . ': ' . $text . '</p>';
$this->buffer[] = '<p>Extension:DynamicPageList3 (DPL3), version ' . DynamicPageListHooks::getVersion() . ': ' . $text . '</p>';
}
}
}

0 comments on commit 2ea2503

Please sign in to comment.