1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Fixes #1330 - Inline field type fix for 'number'

This commit is contained in:
Cameron
2019-05-04 12:55:00 -07:00
parent 95b336dea3
commit 0e66396f16

View File

@@ -4801,7 +4801,7 @@ var_dump($select_options);*/
if(empty($attributes['noedit']) && !empty($parms['editable']) && empty($parms['link'])) // avoid bad markup, better solution coming up
{
$value = $this->renderInline($field,$id,$attributes['title'],$value, $value);
$value = $this->renderInline($field,$id,$attributes['title'],$value, $value, 'number');
}
elseif(!empty($parms['link']))
{