Skip to content

Commit

Permalink
ref #1724 - small router improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
shoulders committed Feb 16, 2020
1 parent d53221c commit b57408b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libraries/qframework/qwcrm/System/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,12 @@ function force_page($component, $page_tpl = null, $variables = null, $method = '
if($forcePageSystemMessageStore = $this->app->system->variables->systemMessagesReturnStore(false, 'array')) {
$this->app->system->variables->postEmulationWrite('forcePageSystemMessageStore', $forcePageSystemMessageStore);
}

// Wipe the system variables (workaround because I need to hive of the Query variables)
if(isset($variables['system']))
{
unset($variables['system']);
}

/* Process Options */

Expand Down

0 comments on commit b57408b

Please sign in to comment.