diff options
author | xue <> | 2006-11-04 02:10:33 +0000 |
---|---|---|
committer | xue <> | 2006-11-04 02:10:33 +0000 |
commit | edb9f0f61ac72d2e361eb6a98d58b869c040ec56 (patch) | |
tree | 52854dc9e53c5aefc7a49b41b8ab6dbb1c578fa9 /framework | |
parent | d8556e05806edf2ae978921ae97fabc916e49df6 (diff) |
Fixed #442.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/Services/TPageService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php index 3e33fbb4..5d9e74fb 100644 --- a/framework/Web/Services/TPageService.php +++ b/framework/Web/Services/TPageService.php @@ -375,7 +375,7 @@ class TPageService extends TService }
/**
- * @return string root directory (in namespace form) storing pages. Defaults to 'pages' directory under application base path.
+ * @return string the root directory for storing pages. Defaults to the 'pages' directory under the application base path.
*/
public function getBasePath()
{
|