Skip to content

Commit

Permalink
MC-13741: Fixed incorrect behavior of template variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoskoboinikov committed Feb 11, 2019
1 parent 302a1c9 commit be55ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
#AddHandler x-mapp-php5 .php

############################################
## default index file
## Specifies option, to use methods arguments in backtrace or not
## enable usage of methods arguments in backtrace

SetEnv MAGE_DEBUG_SHOW_ARGS 1

############################################
## default index file

DirectoryIndex index.php

<IfModule mod_php5.c>
Expand Down
7 changes: 5 additions & 2 deletions .htaccess.sample
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
#AddHandler x-mapp-php5 .php

############################################
## default index file
## Specifies option, to use methods arguments in backtrace or not
## enable usage of methods arguments in backtrace

SetEnv MAGE_DEBUG_SHOW_ARGS 1

############################################
## default index file

DirectoryIndex index.php

############################################
Expand Down
2 changes: 1 addition & 1 deletion nginx.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# listen 80;
# server_name mage.dev;
# set $MAGE_ROOT /var/www/magento2;
# set $MAGE_DEBUG_SHOW_ARGS 1
# set $MAGE_DEBUG_SHOW_ARGS 1;
# include /vagrant/magento2/nginx.conf.sample;
# }
#
Expand Down

0 comments on commit be55ef5

Please sign in to comment.