Fixed an issue with document.domain when PM (or GLPI) URL was using a port

This commit is contained in:
tomolimo
2017-05-03 09:40:19 +02:00
parent cf5f638030
commit 74e7b4300b
3 changed files with 7 additions and 6 deletions

View File

@@ -123,7 +123,7 @@ function plugin_version_processmaker(){
global $LANG;
return array ('name' => 'Process Maker',
'version' => '3.1.1',
'version' => '3.1.2',
'author' => 'Olivier Moron',
'homepage' => '',
'minGlpiVersion' => '9.1');