WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
////////////////////////////////////////////////////// // Fix by KonTrax at KonTraxNET // Droplet parameter variables fix dropp one if(!isset($cleanDropI) || empty($cleanDropI)){$cleanDropI=0;} $cleanDropVars[$cleanDropI]=$parameterTemp[0]; $cleanDropI++;
////////////////////////////////////////////////////// // Droplet parameter variables fix dropp two foreach ($cleanDropVars as $cleanDropII) { if(isset($cleanDropVars)){ unset($parameter[$cleanDropII]); } }