mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
🔊 N°3731 Log calls to deprecated files / PHP methods
POC for the log API was added in #193
This commit is contained in:
@@ -63,6 +63,7 @@ class ThemeHandler
|
||||
*/
|
||||
public static function GetCurrentThemeId()
|
||||
{
|
||||
DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
|
||||
static::GetCurrentUserThemeId();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user