mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- acm::exists() is considered private now and was renamed to acm::_exists()
git-svn-id: file:///svn/phpbb/trunk@5425 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -666,11 +666,7 @@ function display_attachments($forum_id, $blockname, &$attachment_data, &$update_
|
||||
|
||||
if (!isset($attachment_tpl))
|
||||
{
|
||||
if ($cache->exists('attachment_tpl'))
|
||||
{
|
||||
$attachment_tpl = $cache->get('attachment_tpl');
|
||||
}
|
||||
else
|
||||
if (!($attachment_tpl = $cache->get('attachment_tpl')))
|
||||
{
|
||||
$attachment_tpl = array();
|
||||
|
||||
|
Reference in New Issue
Block a user