X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugWebOutput.php;h=3eb613382e9b7248d6b22454f0bfb3f7263620f3;hb=389f3abad52f9cde3323db5d3d187562fe801a71;hp=c82bdd4f442ae7fe3f3046137d5cfffd9ba43f5c;hpb=4505d1aba1901496e8034a8009fe635c05e70648;p=hub.git diff --git a/inc/classes/main/debug/class_DebugWebOutput.php b/inc/classes/main/debug/class_DebugWebOutput.php index c82bdd4f4..3eb613382 100644 --- a/inc/classes/main/debug/class_DebugWebOutput.php +++ b/inc/classes/main/debug/class_DebugWebOutput.php @@ -35,7 +35,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre $this->setObjectDescription("Debug output for webpages"); // Create an unique ID - $this->createUniqueID(); + $this->generateUniqueId(); } /**