Fixed a lot typos, thanks to profi-concept
[mailer.git] / inc / modules / admin / what-usage.php
index fa5f7747a01e1fbf60ef2a0ffc6ffcfd51fd1167..1e40c5de2feec4f48b81ac44ab970f904cf4b9cf 100644 (file)
@@ -79,7 +79,7 @@ if (!empty($_GET['image'])) {
        );
 }
 
-if ((!empty($FQFN)) && (FILE_READABLE($FQFN) {
+if ((!empty($FQFN)) && (FILE_READABLE($FQFN))) {
        // @TODO This code is double, see LOAD_TEMPLATE and LOAD_EMAIL_TEMPLATE in functions.php
        $tmpl_file = READ_FILE($FQFN);
        $tmpl_file = addslashes($tmpl_file);