diff options
Diffstat (limited to 'framework/I18N/core/MessageCache.php')
-rw-r--r-- | framework/I18N/core/MessageCache.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/core/MessageCache.php b/framework/I18N/core/MessageCache.php index ad310258..722f2aac 100644 --- a/framework/I18N/core/MessageCache.php +++ b/framework/I18N/core/MessageCache.php @@ -2,9 +2,11 @@ /** * Translation table cache. * @author $Author: weizhuo $ - * @package System.I18N.core + * @package Prado\I18N\core */ +namespace Prado\I18N\core; + /** * Load the cache lite library. */ @@ -13,7 +15,7 @@ require_once(dirname(__FILE__).'/TCache_Lite.php'); /** * Cache the translation table into the file system. * It can cache each cataloug+variant or just the whole section. - * @package System.I18N.core + * @package Prado\I18N\core * @author $Author: weizhuo $ */ class MessageCache |