Remove Zend

This commit is contained in:
Vasily Komrakov 2017-01-26 22:26:32 +03:00
commit 3e161065f3
No known key found for this signature in database
GPG key ID: 558236680C20A69A
2494 changed files with 7 additions and 298818 deletions

View file

@ -190,7 +190,7 @@ if (IS_AM || $profile_user_id) {
}
if (IS_ADMIN) {
$ajax_user_opt = Zend\Json\Json::encode(array(
$ajax_user_opt = json_encode(array(
'dis_avatar' => bf($profiledata['user_opt'], 'user_opt', 'dis_avatar'),
'dis_sig' => bf($profiledata['user_opt'], 'user_opt', 'dis_sig'),
'dis_passkey' => bf($profiledata['user_opt'], 'user_opt', 'dis_passkey'),