]> git.mxchange.org Git - mailer.git/blobdiff - img.php
Fixed a typo, thanks to profi-concept. Function INCLUDE_READABLE() introduced
[mailer.git] / img.php
diff --git a/img.php b/img.php
index e619db6b3c4fe1325ba9fa416c0c5716626d6eb4..4a6c77dd70819a24dc704281dbb6c6fb17bba65b 100644 (file)
--- a/img.php
+++ b/img.php
@@ -60,7 +60,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                );
 
                // Include is readable?
-               if (FILE_READABLE($INC)) {
+               if (INCLUDE_READABLE($INC)) {
                        // Include it
                        LOAD_INC($INC);
                } // END - if