Skip to content

Commit

Permalink
Fixes minor error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
navjottomer committed Dec 10, 2019
1 parent d7a9ea6 commit c87e42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc-includes/osclass/helpers/hPage.php
Expand Up @@ -284,7 +284,7 @@ function osc_reset_static_pages()
if (View::newInstance()->_exists('oldPage')) {
View::newInstance()->_exportVariableToView('page', View::newInstance()->_get('oldPage'));
}
if (View::newInstance()->_exists('pagLoop')) {
if (View::newInstance()->_exists('pageLoop')) {
View::newInstance()->_exportVariableToView('pageLoop', '');
}
return View::newInstance()->_reset('pages');
Expand Down

0 comments on commit c87e42b

Please sign in to comment.