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) {