X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Foutput%2Fclass_ConsoleOutput.php;h=e75cf829d43646d23071cc711ea1b53606780040;hp=7eeb854eeb926fdb3e2be7e6a72c511dba91d21e;hb=42bc0e1fc5ae4653fe04c9d41474c874a0050b69;hpb=c42b8268dcbbfb501fc7924fbf57316a83e1d5a7 diff --git a/inc/classes/main/output/class_ConsoleOutput.php b/inc/classes/main/output/class_ConsoleOutput.php index 7eeb854eeb..e75cf829d4 100644 --- a/inc/classes/main/output/class_ConsoleOutput.php +++ b/inc/classes/main/output/class_ConsoleOutput.php @@ -3,7 +3,7 @@ * This class simply puts text without any HTML code out. This class is suiable * for console output * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version @@ -46,7 +46,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer { $this->setObjectDescription("Console output class"); // Create an unique ID - $this->createUniqueID(); + $this->generateUniqueId(); } /**