Fixed regressions due to the recent code refactoring [3803]

SVN:trunk[3807]
This commit is contained in:
Romain Quetiez
2015-10-12 15:35:05 +00:00
parent 2db785477c
commit d0a0d3c93c
3 changed files with 6 additions and 2 deletions

View File

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