Forums / Cotonti / Extensions / Support / T3 Faq missing argument 4 for sed_rights(...)

tensh
#25433 2010-08-02 15:31
Yep, it has a bit of typos in code.

Edit the file faq.admin.rights.end.php and replace at the end:

while ($row = sed_sql_fetcharray($sql_t3faq))
	{
	$link = "admin.php?m=tools&p=faq";
	$title = $faq_cat[$row['auth_option']]['tpath'];
	$adminmain .= sed_rights_parseline($row, $title, $link, $name);
	}

It did the trick, but I don't know if it's 100% correct. $name is not defined.

Added 6 minutes later:

There was also a typo somewhere that didn't display the "rights" icon... but I don't remember where, check out the code. The link to icon is old, and so it's broken, system icons in Seditio were somewhere else.
This post was edited by tensh (2010-08-02 15:38, 13 years ago)