]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_nickname.php
Fixes loading of network type config
[mailer.git] / inc / modules / admin / what-list_nickname.php
index bc3e13d8e5a4df05ebe53bc4d0546c6accb53953..7f6f70e4653466368e049ff396e2e2ed5339d22d 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Check if 'userid' is set
-if (isGetRequestParameterSet('userid')) {
+if (isGetRequestElementSet('userid')) {
        // List all entries per user
        showEntriesByXmlCallback('admin_list_nickname_history');
 } else {