Navigation Menu

Skip to content

Commit

Permalink
Check for PHP json extension in admin checks
Browse files Browse the repository at this point in the history
Fixes #26974
  • Loading branch information
atrol authored and dregad committed May 22, 2020
1 parent ef6160f commit 8d8d40e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/check/check_php_inc.php
Expand Up @@ -51,7 +51,8 @@
'pcre',
'Reflection',
'session',
'mbstring'
'mbstring',
'json'
);

foreach( $t_extensions_required as $t_extension ) {
Expand Down

0 comments on commit 8d8d40e

Please sign in to comment.