Commit: 39ead338eb277a75d186086e8af6bd157232844a
Author: David Persson | Date: 2010-07-29 01:05:19 +0200
diff --git a/libraries/lithium/console/command/g11n/Extract.php b/libraries/lithium/console/command/g11n/Extract.php
index 5b91bae..6f8fcc9 100644
--- a/libraries/lithium/console/command/g11n/Extract.php
+++ b/libraries/lithium/console/command/g11n/Extract.php
@@ -91,7 +91,7 @@ class Extract extends \lithium\console\Command {
$scope = $this->in('Scope:', array(
'default' => $this->scope
));
- $name = 'runtime' . uniqid();
+ $name = 'runtime' . uniqid();
$configs[$name] = compact('adapter', 'path', 'scope');
}
Catalog::config($configs);
@@ -142,7 +142,7 @@ class Extract extends \lithium\console\Command {
$scope = $this->in('Scope:', array(
'default' => $this->scope
));
- $name = 'runtime' . uniqid();
+ $name = 'runtime' . uniqid();
$configs[$name] = compact('adapter', 'path', 'scope');
Catalog::config($configs);
}
diff --git a/libraries/lithium/tests/cases/g11n/catalog/adapter/CodeTest.php b/libraries/lithium/tests/cases/g11n/catalog/adapter/CodeTest.php
index 67e94cb..0e712ab 100644
--- a/libraries/lithium/tests/cases/g11n/catalog/adapter/CodeTest.php
+++ b/libraries/lithium/tests/cases/g11n/catalog/adapter/CodeTest.php
@@ -132,7 +132,6 @@ EOD;
$result = isset($results[32203]);
$this->assertFalse($result);
-
$expected = array('singular' => 'invalid 1');
$result = $results['invalid 1']['ids'];
$this->assertEqual($expected, $result);