Extension 'yoomedia' now alpha status, some rewrites
[mailer.git] / inc / modules / admin / what-admin_add.php
index fa44c2de380af8a0ece0ccf0876240d565493d43..b93cf05a0a80cb031ec943b304c883ad3c957581 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 if the admin has entered title and what-php file name...
 if (((empty($_POST['title'])) || (empty($_POST['menu'])) || (empty($_POST['descr']))) && (isset($_POST['ok']))) {