Skip to content

Commit

Permalink
Merge pull request #2521 from QuizandSurveyMaster/randhir-dev
Browse files Browse the repository at this point in the history
fixed undefined constant SECURE_AUTH_COOKIE
  • Loading branch information
randhirexpresstech authored Apr 3, 2024
2 parents 64c645d + f68a19b commit 0a777d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlw_quizmaster2.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private function load_dependencies() {
include_once 'php/classes/class-qsm-audit.php';
$this->audit_manager = new QSM_Audit();

if ( is_admin() || $this->qsm_is_admin() ) {
if ( is_admin() ) {
include_once 'php/admin/functions.php';
include_once 'php/admin/stats-page.php';
include_once 'php/admin/quizzes-page.php';
Expand Down

0 comments on commit 0a777d2

Please sign in to comment.