Quick MOD-Beim Beitrag anzeigen erscheint eine Fehlermeldung
Verfasst: 18.08.2012 14:31
Hallo ich habe den Quick MOD und bekomme beim Beitrag anzeigen eine Debug meldung:
Die Zeile die er anmekert sieht so aus:
Ich weiss leider nicht warum er da mekert und wie ich das Beheben kann?
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
[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];