php max memory=128 on new domains- should be 128M

Recent issue popped up. Last 2 domains I created via virtualmin.
Clients getting php out of memory errors instantly when trying to install something like wordpress. System/defaults are 128M in all php.ini except after creation, the new domains php.ini file in the /home/user/etc/php5 folder has “memory_limit = 128” with no M. Which is 128k. Correct to 128M on both domains and issues where fixed.
So new domains are created with “memory_limit = 128” in the users/etcphp5/php.ini.
Should be “memory_limit = 128M”

Easy fix but where is virutalmin getting that default value? I need to fix it there also so everyone domain doesn’t have to be manually edited.
Thanks
Oh, Ubuntu 12.04
Webmin version 1.770
Virtualmin version 4.18.gpl

Edit: Found the issue.
the server’s /etc/php5/apache2/php.ini and /etc/php5/cli/php.ini and /etc/php5/cgi/php.ini all where missing the M. Must have been a recent php update that did that. Not a Virtmin issue.

Nevermind. I bet I forgot the M when editing resources limits via virtmin php config.
Please delete thread. Thanks