Update security.php
This commit is contained in:
parent
3894729126
commit
26c3f16809
|
@ -301,7 +301,7 @@ if(!function_exists("get_current_user_name")) {
|
||||||
if(!function_exists("get_user_profile")) {
|
if(!function_exists("get_user_profile")) {
|
||||||
function get_user_profile() {
|
function get_user_profile() {
|
||||||
$user_profile = array(
|
$user_profile = array(
|
||||||
"user_name" => get_current_user_name();
|
"user_name" => get_current_user_name()
|
||||||
);
|
);
|
||||||
return $user_profile;
|
return $user_profile;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user