diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-22 15:59:00 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-22 15:59:00 +0000 |
| commit | 950842de5c30908b8cab3227774d6414cb37a333 (patch) | |
| tree | 673cd07703b829567430f0030f7c923e819bc8d1 /phpBB/includes/core/core.php | |
| parent | 6d380be53ddbbcb063feacad51ebea2851a3af47 (diff) | |
| download | forums-950842de5c30908b8cab3227774d6414cb37a333.tar forums-950842de5c30908b8cab3227774d6414cb37a333.tar.gz forums-950842de5c30908b8cab3227774d6414cb37a333.tar.bz2 forums-950842de5c30908b8cab3227774d6414cb37a333.tar.xz forums-950842de5c30908b8cab3227774d6414cb37a333.zip | |
add some properties
change phpbb_chmod to phpbb::$system->chmod()
also changed chmod behaviour to the most failsafe method. If we are not able to tell the exact outcome, we simply do not mess with it.
git-svn-id: file:///svn/phpbb/trunk@9296 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/core/core.php')
| -rw-r--r-- | phpBB/includes/core/core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/core/core.php b/phpBB/includes/core/core.php index 36fef1fccc..2b2c4bea13 100644 --- a/phpBB/includes/core/core.php +++ b/phpBB/includes/core/core.php @@ -2,7 +2,7 @@ /** * * @package core -* @version $Id: core.php 9216 2008-12-23 18:40:33Z acydburn $ +* @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * |
