add a comment
parent
d1d4fa7b8f
commit
71a9763c32
|
@ -41,6 +41,7 @@ if ( ! empty($refreshParent) ) {
|
||||||
echo 'true';
|
echo 'true';
|
||||||
return;
|
return;
|
||||||
} else if ( $refreshParent ) {
|
} else if ( $refreshParent ) {
|
||||||
|
# This is to tell the parent to refresh to a specific URL
|
||||||
echo "'$refreshParent'";
|
echo "'$refreshParent'";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue