peterjaap / magerun-addons

Addon modules for n98-magerun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev:template-vars output

robfico opened this issue · comments

When running this check:
n98-magerun.phar dev:template-vars

we often find output like this (even on very vanilla installs):


Found blocks that are not whitelisted by default;
cms/block

Found template/block variables that are not whitelisted by default;
trans_email/ident_support/email


Is this expected, or do these need to be added to the whitelist once patched?

commented

Yeah, I'm not sure why it's saying that.. trans_email/ident_support/email seems to be whitelisted by default:

See app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.1-1.6.1.2.php:57

Just fixed this