Browse Source

verify Fixed a syntax error

Mike Smith 11 years ago
parent
commit
349718ba5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-codeigniter/application/controllers/bench.php

+ 1 - 1
php-codeigniter/application/controllers/bench.php

@@ -25,7 +25,7 @@ class Bench extends CI_Controller {
         }
 
         if ($queries == 1) {
-            $worlds = $world[0];
+            $worlds = $worlds[0];
         }
 
         $this->output