diff options
Diffstat (limited to 'core/libraries')
-rw-r--r-- | core/libraries/Theme_View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php index 51d7c545..7fc400ce 100644 --- a/core/libraries/Theme_View.php +++ b/core/libraries/Theme_View.php @@ -25,7 +25,7 @@ class Theme_View_Core extends View { * * @throws Kohana_Exception if the requested view cannot be found * @param string $name view name - * @param string $page_type page type: album, photo, tags, admin, etc + * @param string $page_type page type: album, photo, tags, etc * @param string $theme_name view name * @return void */ |