Skip to content

Commit

Permalink
Fix Wiki Integration
Browse files Browse the repository at this point in the history
Fixes #21405
  • Loading branch information
vboctor committed Jul 22, 2016
1 parent 45896c6 commit 1ae70e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/classes/MantisCoreWikiPlugin.class.php
Expand Up @@ -56,7 +56,7 @@ function register() {
$this->name = 'MantisBT Dokuwiki Integration';
$this->version = '0.1';
$this->requires = array(
'MantisCore' => '1.3.0',
'MantisCore' => '2.0.0',
);
}

Expand Down Expand Up @@ -115,7 +115,7 @@ function register() {
$this->name = 'MantisBT MediaWiki Integration';
$this->version = '0.1';
$this->requires = array(
'MantisCore' => '1.3.0',
'MantisCore' => '2.0.0',
);
}

Expand Down Expand Up @@ -170,7 +170,7 @@ function register() {
$this->name = 'MantisBT Twiki Integration';
$this->version = '0.1';
$this->requires = array(
'MantisCore' => '1.3.0',
'MantisCore' => '2.0.0',
);
}

Expand Down Expand Up @@ -229,7 +229,7 @@ function register() {
$this->name = 'MantisBT WikkaWiki Integration';
$this->version = '0.1';
$this->requires = array(
'MantisCore' => '1.3.0',
'MantisCore' => '2.0.0',
);
}

Expand Down Expand Up @@ -288,7 +288,7 @@ function register() {
$this->name = 'MantisBT Xwiki Integration';
$this->version = '0.1';
$this->requires = array(
'MantisCore' => '1.3.0',
'MantisCore' => '2.0.0',
);
}

Expand Down

0 comments on commit 1ae70e8

Please sign in to comment.