modx-pro / xPoller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue while saving question

sdrenth opened this issue · comments

While saving question the text is saved as "0".

Changing phptype from text to string for text field in xpquestion.map.inc.php will fix this issue.

'text' => 
    array (
      'dbtype' => 'text',
      'phptype' => 'string',
      'null' => true,
      'default' => '',
    ),