diff options
-rw-r--r-- | admin/texttest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/texttest.php b/admin/texttest.php index e2dfb02..fecd6d5 100644 --- a/admin/texttest.php +++ b/admin/texttest.php @@ -118,7 +118,7 @@ if ($math_type && false) { // ******** End math library selection ********** -$suites = loadSuite($argv); +$suites = loadSuite($args); $totals = array( 'run' => 0, |