1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-23 16:01:39 +02:00

Issue #2110 - Install error

This commit is contained in:
Cameron
2016-12-04 15:50:30 -08:00
parent dc690ebeb5
commit d850b1ec34

View File

@@ -137,7 +137,7 @@ $override = array();
if(isset($_POST['previous_steps']))
{
$tmp = unserialize(base64_decode($_POST['previous_steps']));
$tmp = $tp->filter($tmp);
$tmp = filter_var_array($tmp, FILTER_SANITIZE_STRING);
$override = (isset($tmp['paths']['hash'])) ? array('site_path'=>$tmp['paths']['hash']) : array();
unset($tmp);
}