]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-logs.php
Inconsistency between echo and print() fixed to OUTPUT_HTML() (not all)
[mailer.git] / inc / modules / admin / what-logs.php
index 49b9553395e5463bd783678d69ff69f6f34ad743..9af39581e6650fe458c2e4618d88603683ee522f 100644 (file)
@@ -101,7 +101,7 @@ if (REQUEST_ISSET_GET('access')) {
                        // Cut dirname away
                        $file = basename($file);
 
-                       // Okay, let us print it out
+                       // Okay, add it
                        OUTPUT_HTML("<li><a href=\"{!URL!}/modules.php?module=admin&amp;what=".getWhat()."&amp;access=".urlencode($file)."\">".$file."</a></li>");
                } // END - foreach