summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authortailor <sam.alexander@vidoop.com>2008-03-21 22:59:22 +0000
committertailor <sam.alexander@vidoop.com>2008-03-21 22:59:22 +0000
commit6544d9624d72cfba3746a8b0588fcbb36223499d (patch)
tree95157f68adf91810eebd4b4bd44f79bb2753658a /admin
parentb3cf43640374a48d0db9233b09145529eb579cc1 (diff)
downloadphp-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.php2
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,