MyBB.de Forum
[G] private_read - functions_online - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Bugs (https://www.mybb.de/forum/forum-54.html)
+----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-56.html)
+----- Thema: [G] private_read - functions_online (/thread-11782.html)



[G] private_read - functions_online - Manuel - 13.12.2008

Dieser Fehler ist schon seit Ewigkeiten im MyBB Paket (Ich glaub sogar schon in 1.2)

Und zwar steht in der functions_online folgendes:

PHP-Code:
elseif($parameters['action'] == "show"

Es sollte aber so heißen:
PHP-Code:
elseif($parameters['action'] == "read"

Da der action - Input "read" und nicht "show" ist.