MantisBT-Discord

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/trunk/Discord.php
@@ -27,10 +27,10 @@
{
$this->name = plugin_lang_get('title');
$this->description = plugin_lang_get('description');
$this->page = 'config_page';
$this->page = 'config';
$this->version = '1.0';
$this->requires = array(
'MantisCore' => '2.0.0',
'MantisCore' => '1.3.0',
);
$this->author = 'Robin van Nunen';
$this->contact = 'robin@vnunen.nl';