Changeset 8778
- Timestamp:
- 05/05/08 09:26:01 (5 years ago)
- Files:
-
- branches/1.0/lib/i18n/sfMessageSource.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/i18n/sfMessageSource.class.php
r6806 r8778 159 159 160 160 $this->messages = array(); 161 $loaded = false; 161 162 162 163 foreach ($variants as $variant) … … 169 170 } 170 171 171 $load Data= true;172 $loaded = true; 172 173 173 174 if ($this->cache) … … 200 201 } 201 202 202 return true;203 return $loaded; 203 204 } 204 205