From 3ea22223d679762cf2d29873462128d2955fbb08 Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Fri, 11 Mar 2022 10:04:26 +0100 Subject: [PATCH] add debug vars for mr; gitadmin --- .gitignore | 1 + classes/controller/class.modrewrite_contenttest_controller.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d8fe4fa..84c62c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.project +/classes/class.modrewriteurlstack_1.php diff --git a/classes/controller/class.modrewrite_contenttest_controller.php b/classes/controller/class.modrewrite_contenttest_controller.php index 067e3f3..1f095ee 100644 --- a/classes/controller/class.modrewrite_contenttest_controller.php +++ b/classes/controller/class.modrewrite_contenttest_controller.php @@ -69,7 +69,7 @@ class ModRewrite_ContentTestController extends ModRewrite_ControllerAbstract { // Fetch complete CONTENIDO page structure $aStruct = $oMRTest->fetchFullStructure(); - ModRewriteDebugger::add($aStruct, 'mr_test.php $aStruct'); + ModRewriteDebugger::add($aStruct, 'ModRewrite_ContentTestController::testAction() $aStruct'); // Loop through the structure and compose testcases foreach ($aStruct as $idcat => $aCat) {