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

Home » RADICORE » How To » refreshing
Re: refreshing [message #877 is a reply to message #876] Wed, 13 June 2007 11:18 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2350
Registered: April 2006
Location: Surrey, UK
Senior Member
Now I see the problem. At line 262 in 'std.multi2.inc' you should see the following code:
// only read INNER if OUTER is not empty
if (count($outer_data) > 0) {
    if (!empty($return_from) AND !empty($return_action)) {
        ....
    } else {
        ....

This should be changed to the following:
// only read INNER if OUTER is not empty
if (count($outer_data) > 0) {
    if (!empty($return_from) AND !empty($popup_object)) {
        ....
    } else {
        ....

This fix has already been incorporated into the next release.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: mnu_task.pattern_id='SEARCH'
Next Topic: javascript not working
Goto Forum:
  


Current Time: Tue May 14 15:54:26 EDT 2024

Total time taken to generate the page: 0.01066 seconds