Meine Zeile war so:
Code: Alles auswählen
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_TOPICPOST_GLOBAL_ANNOUNCE,)) ) ? $topic_type : POST_NORMAL;
Auf jedenfall funkt's jetzt...
Danke!
Code: Alles auswählen
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_TOPICPOST_GLOBAL_ANNOUNCE,)) ) ? $topic_type : POST_NORMAL;