X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-doubler.php;h=26c92b1837c9fe2a8f75c4cfa3a33f90f9c95f10;hb=2142149f3f72f1a2476f95a87937c044d63bbaf2;hp=2906a36e182d50dc116852d52561a2a9bfacbdc0;hpb=b73c135350d7ed266c0cac680105707139bd892d;p=mailer.git diff --git a/inc/modules/admin/action-doubler.php b/inc/modules/admin/action-doubler.php index 2906a36e18..26c92b1837 100644 --- a/inc/modules/admin/action-doubler.php +++ b/inc/modules/admin/action-doubler.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']);