achiles01

Results 1 comments of achiles01

workaround is to wrap variables in isset function. ``` e.g: \lib\plugins\ckgedit\action\save.php on line 224 this: if($link[1]) { to this: if(isset($link[1])) { ``` I edited it in a few places (save.php,...