X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-stats.php;h=de96e3bd84ae784a218e53a8af9515971f38bb72;hb=2142149f3f72f1a2476f95a87937c044d63bbaf2;hp=76c3ddf5fd7dfd491e5c78f9b3ef73be7a1f85b2;hpb=b73c135350d7ed266c0cac680105707139bd892d;p=mailer.git diff --git a/inc/modules/admin/action-stats.php b/inc/modules/admin/action-stats.php index 76c3ddf5fd..de96e3bd84 100644 --- a/inc/modules/admin/action-stats.php +++ b/inc/modules/admin/action-stats.php @@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", basename(__FILE__)); +ADD_DESCR("admin", __FILE__); // Load the include file $INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $GLOBALS['what']);