N°3357 - Deprecate core/expression.class.inc.php

This commit is contained in:
acognet
2022-05-06 17:26:29 +02:00
parent edd96d46f9
commit 7598b9e29a

View File

@@ -1,4 +1,8 @@
<?php
// The file has been moved in iTop 2.2.0+ (revision 3803)
// Preserve backward compatibility with some external tools (Cf. toolkit)
// @deprecated since 3.1.0
DeprecatedCallsLog::NotifyDeprecatedPhpMethod('use core/oql/expression.class.inc.php instead');
require_once(APPROOT.'core/oql/expression.class.inc.php');