Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » Breadcrumb links
Re: Breadcrumb links [message #3057 is a reply to message #3056] Tue, 28 August 2012 11:55 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
This is actually a bug Embarassed

The fix is as follows - in file 'include.session.inc' is a function called 'scriptNext()', and at line 2153 (or thereabouts) you shoud see the following code:
if (!empty($current_task)) {
   $script_vars['current_task'] = $current_task;
} // if

Change this to the following:
$script_vars['current_task'] = $GLOBALS['task_id'];

Try this and check that it works OK.


 
Read Message
Read Message
Previous Topic: Error reporting on UPD3 screen
Next Topic: How to search all searchable fields of a table at the same time
Goto Forum:
  


Current Time: Tue Apr 30 23:45:28 EDT 2024

Total time taken to generate the page: 0.03106 seconds