summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorxue <>2006-11-04 02:10:33 +0000
committerxue <>2006-11-04 02:10:33 +0000
commitedb9f0f61ac72d2e361eb6a98d58b869c040ec56 (patch)
tree52854dc9e53c5aefc7a49b41b8ab6dbb1c578fa9 /framework
parentd8556e05806edf2ae978921ae97fabc916e49df6 (diff)
Fixed #442.
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/Services/TPageService.php2
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()
{