debug_report_bug() should be used as a replacement for app_die() calls
[mailer.git] / inc / install-inc.php
index f27ccb8c024bd35f0c9364f7559e44d96033fbfc..1f70d3aa550c524d7e69bad93157f918e42a65e8 100644 (file)
@@ -226,7 +226,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) {
                                                                        mergeSqls(explode(";\n", $fileContent), 'install');
                                                                } else {
                                                                        // Not readable!
-                                                                       debug_report_bug(sprintf("SQL dump %s is not readable!", $dump));
+                                                                       debug_report_bug(__FILE__, __LINE__, sprintf("SQL dump %s is not readable!", $dump));
                                                                }
                                                        } // END - foreach
                                                        //* DEBUG: */ die(__FUNCTION__.'['.__LINE__.']:'<pre>'.print_r(getSqls(), true).'</pre>');