Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit be55ef5

Browse files
MC-13741: Fixed incorrect behavior of template variables
1 parent 302a1c9 commit be55ef5

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.htaccess

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@
2828
#AddHandler x-mapp-php5 .php
2929

3030
############################################
31-
## default index file
32-
## Specifies option, to use methods arguments in backtrace or not
31+
## enable usage of methods arguments in backtrace
32+
3333
SetEnv MAGE_DEBUG_SHOW_ARGS 1
3434

35+
############################################
36+
## default index file
37+
3538
DirectoryIndex index.php
3639

3740
<IfModule mod_php5.c>

.htaccess.sample

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@
2828
#AddHandler x-mapp-php5 .php
2929

3030
############################################
31-
## default index file
32-
## Specifies option, to use methods arguments in backtrace or not
31+
## enable usage of methods arguments in backtrace
32+
3333
SetEnv MAGE_DEBUG_SHOW_ARGS 1
3434

35+
############################################
36+
## default index file
37+
3538
DirectoryIndex index.php
3639

3740
############################################

nginx.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# listen 80;
1010
# server_name mage.dev;
1111
# set $MAGE_ROOT /var/www/magento2;
12-
# set $MAGE_DEBUG_SHOW_ARGS 1
12+
# set $MAGE_DEBUG_SHOW_ARGS 1;
1313
# include /vagrant/magento2/nginx.conf.sample;
1414
# }
1515
#

0 commit comments

Comments
 (0)