Bläddra i källkod

debug clientarea

andre 2 år sedan
förälder
incheckning
d978aea7cb
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      core/DependencyInjection/DependencyInjection.php

+ 3 - 3
core/DependencyInjection/DependencyInjection.php

@@ -19,7 +19,7 @@ class DependencyInjection
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $methodName,
+            'Debug Get',
             'Debug Get',
             $className
         );
@@ -43,7 +43,7 @@ class DependencyInjection
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $methodName,
+            'Debug Create',
             'Debug Create',
             $className
         );
@@ -66,7 +66,7 @@ class DependencyInjection
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $methodName,
+            'Debug Call',
             'Debug Call',
             $className
         );