From bb90300f237536913b46fef35f3be2d6dca5b51e Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Fri, 6 Feb 2015 08:04:16 -0500 Subject: [PATCH] Change variable name with PSR - refs BT#9084 --- main/auth/my_progress.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/auth/my_progress.php b/main/auth/my_progress.php index cd7990f753..561978902d 100755 --- a/main/auth/my_progress.php +++ b/main/auth/my_progress.php @@ -17,7 +17,7 @@ require_once api_get_path(SYS_CODE_PATH).'exercice/exercise.lib.php'; $this_section = SECTION_TRACKING; -$tool_name = get_lang('MyProgress'); +$nameTools = get_lang('MyProgress'); api_block_anonymous_users(); @@ -115,7 +115,7 @@ if (empty($content)) { $message = Display::return_message(get_lang('NoDataAvailable'), 'warning'); } -$tpl = new Template($tool_name); +$tpl = new Template($nameTools); $tpl->assign('message', $message); $tpl->assign('content', $content);