From b2f20ff76649cab714c761e8a43f66e1976cf3d4 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Tue, 10 Feb 2009 06:12:16 +0000 Subject: style fixes (style for method names, style for vars in locale.php) --- core/tests/I18n_Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/tests') diff --git a/core/tests/I18n_Test.php b/core/tests/I18n_Test.php index 65b5e79a..4a353538 100644 --- a/core/tests/I18n_Test.php +++ b/core/tests/I18n_Test.php @@ -43,7 +43,7 @@ class I18n_Test extends Unit_Test_Case { foreach ($messages_te_ST as $data) { list ($message, $translation) = $data; $entry = ORM::factory("incoming_translation"); - $entry->key = I18n::getMessageKey($message); + $entry->key = I18n::get_message_key($message); $entry->message = serialize($message); $entry->translation = serialize($translation); $entry->locale = 'te_ST'; -- cgit v1.2.3