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

@ -134,7 +134,7 @@ $template->assign_vars(array(
'USER_LANG' => $userdata['user_lang'],
'INCLUDE_BBCODE_JS' => !empty($page_cfg['include_bbcode_js']),
'USER_OPTIONS_JS' => (IS_GUEST) ? '{}' : Zend\Json\Json::encode($user->opt_js),
'USER_OPTIONS_JS' => (IS_GUEST) ? '{}' : json_encode($user->opt_js),
'USE_TABLESORTER' => !empty($page_cfg['use_tablesorter']),