phpBB

Code Changes

File: phpbb/install/helper/iohandler/ajax_iohandler.php

  Unmodified   Added   Modified   Removed
Line 418Line 418

if ($msg !== null)
{


if ($msg !== null)
{

			$link_properties['msg'] = htmlspecialchars_decode($this->language->lang($msg));

			$link_properties['msg'] = html_entity_decode($this->language->lang($msg), ENT_COMPAT);

		}

$this->download[] = $link_properties;

		}

$this->download[] = $link_properties;