mirror of
https://github.com/php/web-doc.git
synced 2025-08-06 11:06:29 +00:00
Graph generation fixed
This commit is contained in:
@ -8,7 +8,7 @@ include '../include/init.inc.php';
|
||||
include '../include/lib_revcheck.inc.php';
|
||||
include '../include/lib_proj_lang.inc.php';
|
||||
|
||||
$langs = array_key($LANGUAGES);
|
||||
$langs = array_keys($LANGUAGES);
|
||||
foreach ($langs as $lang) {
|
||||
if ($lang === 'en') {
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user