*** ../tiki-5.0/tiki-edit_article.php 2010-05-24 16:55:44.000000000 +0200 --- tiki-edit_article.php 2010-07-26 23:09:01.000000000 +0200 *************** *** 464,477 **** // get list of valid types $types = $artlib->list_types_byname(); ! if (array($types)) { ! foreach ($types as $type=>$val) { ! break; ! } ! } else { $type = ''; } ! $smarty->assign('type', $type); if ($prefs["article_custom_attributes"] == 'y') { $article_attributes = $artlib->get_article_attributes($_REQUEST["articleId"]); $smarty->assign('article_attributes', $article_attributes); --- 464,474 ---- // get list of valid types $types = $artlib->list_types_byname(); ! if (!array($types)) { $type = ''; + $smarty->assign('type', $type); } ! if ($prefs["article_custom_attributes"] == 'y') { $article_attributes = $artlib->get_article_attributes($_REQUEST["articleId"]); $smarty->assign('article_attributes', $article_attributes);
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |