mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6532 - Fix missing "/" in path
(cherry picked from commit 32fd75bc4b)
This commit is contained in:
committed by
Pierre Goiffon
parent
40d63a2fa4
commit
71ed784c60
@@ -6,6 +6,6 @@
|
||||
* @deprecated 3.0.0 N°3663 Exception classes were moved to `/application/exceptions`, use autoloader instead of require !
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '../approot.inc.php';
|
||||
require_once __DIR__ . '/../approot.inc.php';
|
||||
|
||||
DeprecatedCallsLog::NotifyDeprecatedFile('Classes were moved to /application/exceptions and can be used directly with the autoloader');
|
||||
|
||||
Reference in New Issue
Block a user