N°3053 - Check XML conversion methods

This commit is contained in:
odain
2020-07-13 10:53:15 +02:00
parent 6885d64124
commit 4ba76f95b2
2 changed files with 104 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ define('ITOP_DESIGN_LATEST_VERSION', '1.7'); // iTop >= 2.7.0
*/
class iTopDesignFormat
{
protected static $aVersions = array(
public static $aVersions = array(
'1.0' => array(
'previous' => null,
'go_to_previous' => null,
@@ -89,7 +89,7 @@ class iTopDesignFormat
'go_to_previous' => 'From17To16',
'next' => null,
'go_to_next' => null,
),
)
);
/**