diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-28 10:53:28 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-28 10:53:28 +0000 |
| commit | fbaf2baa8d683a2afdd3cf98ea1e7c035369f1a3 (patch) | |
| tree | 9b2d6d27ffde528e54f41be6b0eb51d4f3751692 /phpBB/includes/core/system_info.php | |
| parent | 0c1c26e2ee7badb434483001eb55d304f6c20bd0 (diff) | |
| download | forums-fbaf2baa8d683a2afdd3cf98ea1e7c035369f1a3.tar forums-fbaf2baa8d683a2afdd3cf98ea1e7c035369f1a3.tar.gz forums-fbaf2baa8d683a2afdd3cf98ea1e7c035369f1a3.tar.bz2 forums-fbaf2baa8d683a2afdd3cf98ea1e7c035369f1a3.tar.xz forums-fbaf2baa8d683a2afdd3cf98ea1e7c035369f1a3.zip | |
document plugin-support
move language path declaration to object instantiation
git-svn-id: file:///svn/phpbb/trunk@9239 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/core/system_info.php')
| -rw-r--r-- | phpBB/includes/core/system_info.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/core/system_info.php b/phpBB/includes/core/system_info.php index 0069daf826..870ee7895b 100644 --- a/phpBB/includes/core/system_info.php +++ b/phpBB/includes/core/system_info.php @@ -151,7 +151,8 @@ class phpbb_system_info extends phpbb_plugin_support implements ArrayAccess * page: Current page from phpBB root, for example: adm/index.php?i=10&b=2
* forum: Current forum id (determined by {@link request_var() request_var('f', 0)})
*
- * @return array Array containing page information.
+ * @return array Array containing page information.
+ * @plugin-support return
* @access protected
*/
protected function get_page()
|
