if (!autoriser('modererforum', 'article', $id_article)) return; // which could also be written with a debug-type message: if (!autoriser('modererforum', 'article', $id_article)) { include_spip('inc/minipres'); minipres('Moderation',"You do not have the rights to manage moderations on the forum for this article"); exit; }