Code: Alles auswählen
[phpBB debug] PHP Notice: in file [ROOT]/quickmod/quickmod.php on line 213: Undefined index:
Code: Alles auswählen
$data = $this->actions[$action];
Ich habe mich auch schon an den Author gewandt aber der Antwortet leider auf den Debug nicht.
Gruß
*EDIT*
Das habe ich schon erfolglos Versucht:
Code: Alles auswählen
$data = $this->actions[$action == 'action'];
$data = $this->actions[$action == 'make_normal'];
(isset($data = $this->actions[$action]));
$data = (!isset($this->actions[$action]));
//$data = $this->actions[$action];