]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/admin-inc.php
Project continued:
[mailer.git] / inc / modules / admin / admin-inc.php
index 9ed9029b2232fc85bac0664a3fcda83bb3a737fb..ae2c3ff311dc06cd91ba1e872296c8ead7800063 100644 (file)
@@ -723,8 +723,8 @@ function generateUserProfileLink ($userid, $title = '', $what = '') {
 
                // Is what set?
                if (empty($what)) {
-                       // Then get it
-                       $what = getWhat();
+                       // Then get it to 'list_user'
+                       $what = 'list_user';
                } // END - if
 
                if (($title == '0') && ($what == 'list_refs')) {