Changed references to "ActionLocale" to "ActiveLocale" in comments.

This commit is contained in:
2009-08-16 12:33:47 +03:00
parent de38d259cc
commit 89c624f084
2 changed files with 3 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ class ActionBase {
# Components
$env, // ActionEnvironment
$view, // ActionView
$locale, // ActionLocale
$log, // ActionLog
$locale, // ActiveLocale
# Paths
$apps_path,

View File

@@ -39,8 +39,8 @@ class Zynapse {
$env, // ActionEnvironment
$base, // ActionBase
$view, // ActionView
$locale, // ActionLocale
$log; // ActionLog
$log, // ActionLog
$locale; // ActiveLocale
function init () {