Esempio n. 1
0
 function store_image_from_form($field = 'image')
 {
     return parent::store_image_from_form('comment', $field);
 }
Esempio n. 2
0
 function store_image_from_form($field = 'image')
 {
     return parent::store_image_from_form('private', $field);
 }