Skip to content

Commit

Permalink
[bugfix] Fix json-app-tool.php to work with Oid class.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnerickson committed Feb 21, 2024
1 parent 4d31494 commit 2b97364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/json-app-tool.php
Original file line number Diff line number Diff line change
@@ -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 = '_')
{
Expand Down

0 comments on commit 2b97364

Please sign in to comment.