diff options
author | tailor <sam.alexander@vidoop.com> | 2008-03-21 22:59:22 +0000 |
---|---|---|
committer | tailor <sam.alexander@vidoop.com> | 2008-03-21 22:59:22 +0000 |
commit | 6544d9624d72cfba3746a8b0588fcbb36223499d (patch) | |
tree | 95157f68adf91810eebd4b4bd44f79bb2753658a /admin | |
parent | b3cf43640374a48d0db9233b09145529eb579cc1 (diff) | |
download | php-openid-6544d9624d72cfba3746a8b0588fcbb36223499d.zip php-openid-6544d9624d72cfba3746a8b0588fcbb36223499d.tar.gz php-openid-6544d9624d72cfba3746a8b0588fcbb36223499d.tar.bz2 |
[project @ variable name (typo), $argv to $args (loadSuite was always being passed a null parameter)]
Diffstat (limited to 'admin')
-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, |