Issue Information
-
#000406
-
Issue
-
3 - Medium
-
Fixed
-
1.3.1
-
1.3.2 Beta 1
Issue Confirmations
-
Yes (0)No (0)
The fast edit box was trying to add the article description back where it used to be, but that template was removed and the description placed elsewhere.
To fix, open /admin/applications_addon/other/tutorials/modules_public/ajax/articles.php, find and remove this code:
To fix, open /admin/applications_addon/other/tutorials/modules_public/ajax/articles.php, find and remove this code:
if ( $a['a_desc'] )
{
$output .= $this->registry->output->getTemplate('tutorials_display')->articleDescription( $a['a_desc'] );
}
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users













