Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sstarikov committed Mar 12, 2015
1 parent 40600cd commit a012fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class FakeLogger { public function __call($m, $a) { } }
$timer = microtime(1);

require_once 'Tidbit/Generator/ActivityGenerator.php';
$tga = new TidbitActivityGenerator();
$tga = new TidbitActivityGenerator();
$tga->userCount = $GLOBALS['modules']['Users'];
$tga->activitiesPerModuleRecord = $activityStreamOptions['activities_per_module_record'];
$tga->modules = $GLOBALS['modules'];
Expand Down Expand Up @@ -728,4 +728,4 @@ class FakeLogger { public function __call($m, $a) { } }

echo "Done\n\n\n";

?>
?>

0 comments on commit a012fa0

Please sign in to comment.