Extension 'yoomedia' now alpha status, some rewrites
[mailer.git] / inc / modules / admin / what-list_wernis.php
index ac0f53bc9a3421f78418ce9d3c73dc02206e46e5..844813b17c2f9963ebb5dc9e42ef122a2fa46ac2 100644 (file)
@@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", basename(__FILE__));
+ADD_DESCR("admin", __FILE__);
 
 // Check for entries
 $result = SQL_QUERY("SELECT id, userid, wernis_account, wernis_amount, wernis_timestamp, wernis_type, wernis_api_message, wernis_api_status FROM "._MYSQL_PREFIX."_user_wernis ORDER BY wernis_timestamp DESC, id DESC",