]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_guestnl_cat.php
debug_report_bug() should be used as a replacement for app_die() calls
[mailer.git] / inc / modules / admin / what-add_guestnl_cat.php
index a0f9287d5781efc34174be023a79532b786d76f8..cf56d8a3d330e801298952d3d426ba1257b869bb 100644 (file)
@@ -47,7 +47,7 @@ addMenuDescription('admin', __FILE__);
 
 if (isFormSent()) {
        // @TODO Check if category does already exist
-       debug_report_bug('Unfinished area!');
+       debug_report_bug(__FILE__, __LINE__, 'Unfinished area!');
 } else {
        // Display form
        loadTemplate('admin_add_guestnl_cat');