Dodaj funkcje do czyszczenia tekstu ogłoszeń oraz aktualizuj wywołania w szablonach
This commit is contained in:
@@ -1067,7 +1067,7 @@ class GlobelusFirms
|
||||
'id_position' => $id_position ? $id_position : null,
|
||||
'city' => $values['city'],
|
||||
'region' => $values['region'],
|
||||
'text' => $values['text'],
|
||||
'text' => \S::clear_advert_text( $values['text'] ),
|
||||
'contact_person' => $values['contact_person'],
|
||||
'email' => $values['email'],
|
||||
'phone' => $values['phone'],
|
||||
@@ -1104,7 +1104,7 @@ class GlobelusFirms
|
||||
'id_position' => $id_position ? $id_position : null,
|
||||
'city' => $values['city'],
|
||||
'region' => $values['region'],
|
||||
'text' => $values['text'],
|
||||
'text' => \S::clear_advert_text( $values['text'] ),
|
||||
'contact_person' => $values['contact_person'],
|
||||
'email' => $values['email'],
|
||||
'phone' => $values['phone'],
|
||||
|
||||
Reference in New Issue
Block a user