[bugfix] Fix json-app-tool.php to work with Oid class. (#15844)

This commit is contained in:
bnerickson
2024-02-21 12:35:11 -08:00
committed by GitHub
parent 56471e63d7
commit 4c7181d010

View File

@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php
require realpath(__DIR__ . '/..') . '/includes/init.php';
// Pulled from includes/polling/functions.inc.php
function data_flatten($array, $prefix = '', $joiner = '_')
{