Code: Select all
$forum_ids = array_keys($auth->acl_getf('f_read'));
Code: Select all
$forum_ids = array_keys($auth->acl_getf('f_read', true));
That's correct.t_backoff wrote:I plan on updating anyway, but if feeds are disabled, this security issue doesn't affect us? Thanks for staying on top of security non-the-less.
Code: Select all
* @version $Id: index.php 10200 2009-09-30 15:07:40Z acydburn $
Code: Select all
* @version $Id$
so phpbb has moved to git, right?iWisdom wrote:That's correct. The files were checked out from a git repository, not an SVN repository, ergo there is no keyword replacement.
SVN should be setup to mirror one of the branches of the git repo for the time being, from what I understand.idiotnesia wrote:so phpbb has moved to git, right?iWisdom wrote:That's correct. The files were checked out from a git repository, not an SVN repository, ergo there is no keyword replacement.
I've just checked in svn (code.phpbb.com) and cannot see the change.
I see. Thanks.iWisdom wrote:That's correct. The files were checked out from a git repository, not an SVN repository, ergo there is no keyword replacement.
It's not setup yet, but yes.Desdenova wrote:SVN should be setup to mirror one of the branches of the git repo for the time being, from what I understand.idiotnesia wrote:so phpbb has moved to git, right?iWisdom wrote:That's correct. The files were checked out from a git repository, not an SVN repository, ergo there is no keyword replacement.
I've just checked in svn (code.phpbb.com) and cannot see the change.
Sounds like you have an old version of en-us language pack. Try downloading the latest version (3.0.7) from the downloads page.azdolfan wrote:I had 4 forums to update and two updated successfully using the auto updater, however the other two got the same error.....
Notice: Undefined index: LOG_DELETE_TOPIC in /home/parrots2/public_html/birdforumsite.com/language/en_us/common.php on line 877
Warning: Cannot modify header information - headers already sent by (output started at /home/parrots2/public_html/birdforumsite.com/language/en_us/common.php:877) in /home/parrots2/public_html/birdforumsite.com/install/database_update.php on line 175
Line 877 is
$lang['LOG_TOPIC_DELETED'] = $lang['LOG_DELETE_TOPIC'];
The comments over that line....
// Two language keys with the same text were used in different locations
// LOG_DELETE_TOPIC is the correct one, this line is here so that existing
// log entries are not broken. Ensure it is included in your language file.
ACP log shows database was updated though. Should I be concerned? Thanks!