app sellpage not being stored

This commit is contained in:
zotlabs
2018-03-24 15:13:19 -07:00
parent 558e3f8042
commit d4e91d5d9b
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ class Appman extends \Zotlabs\Web\Controller {
'photo' => escape_tags($_REQUEST['photo']),
'version' => escape_tags($_REQUEST['version']),
'price' => escape_tags($_REQUEST['price']),
'page' => escape_tags($_REQUEST['page']),
'requires' => escape_tags($_REQUEST['requires']),
'system' => intval($_REQUEST['system']),
'plugin' => escape_tags($_REQUEST['plugin']),