aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-11-18 14:48:39 +0100
committerNils Adermann <naderman@naderman.de>2011-11-18 14:48:39 +0100
commit8be1500048c2ae811f30e0bd402d7596b60fc2d9 (patch)
treea27bc5b3dff80e4625325fc9c1a31c3e70e271a4 /phpBB/includes/session.php
parent121cab1c2932b2de7fa45183501ac6e760953319 (diff)
downloadforums-8be1500048c2ae811f30e0bd402d7596b60fc2d9.tar
forums-8be1500048c2ae811f30e0bd402d7596b60fc2d9.tar.gz
forums-8be1500048c2ae811f30e0bd402d7596b60fc2d9.tar.bz2
forums-8be1500048c2ae811f30e0bd402d7596b60fc2d9.tar.xz
forums-8be1500048c2ae811f30e0bd402d7596b60fc2d9.zip
[feature/extension-manager] Use "core files" instead of "global files" in docs
PHPBB3-10323
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r--phpBB/includes/session.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index cbef1af30a..497aaf1141 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -1901,7 +1901,7 @@ class user extends session
* @param mixed $lang_set specifies the language entries to include
* @param bool $use_db internal variable for recursion, do not use
* @param bool $use_help internal variable for recursion, do not use
- * @param string $ext_name The extension to load language from, or empty for global files
+ * @param string $ext_name The extension to load language from, or empty for core files
*
* Examples:
* <code>
@@ -1952,7 +1952,7 @@ class user extends session
/**
* Add Language Items from an extension - use_db and use_help are assigned where needed (only use them to force inclusion)
*
- * @param string $ext_name The extension to load language from, or empty for global files
+ * @param string $ext_name The extension to load language from, or empty for core files
* @param mixed $lang_set specifies the language entries to include
* @param bool $use_db internal variable for recursion, do not use
* @param bool $use_help internal variable for recursion, do not use