Skip to content

Commit

Permalink
Use requireExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 7, 2025
1 parent 5f3620a commit 7839149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maintenance/createView.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ public function __construct() {

$this->addDescription( 'Handle creating DPL3\'s dpl_clview VIEW.' );
$this->addOption( 'recreate', 'Drop and recreate the view if it already exists', false, false );

$this->requireExtension( 'DynamicPageList3' );
}

/**
Expand Down

0 comments on commit 7839149

Please sign in to comment.