Fixed regressions due to the recent code refactoring [3803]

SVN:2.2.0[3808]
This commit is contained in:
Romain Quetiez
2015-10-12 15:40:44 +00:00
parent cbe8745f3a
commit 8025dcbc37
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');