Exemple #1
0
 /**
  * Checks whether certain field has changed, and sets update seo flag if needed.
  * It can only set the value to false, so it allows for multiple calls to the method,
  * and if atleast one requires seo update, other checks won't override that.
  * Will try to get multilang table name for relevant field check.
  *
  * @param string $sField Field name that will be checked
  */
 protected function _setUpdateSeoOnFieldChange($sField)
 {
     parent::_setUpdateSeoOnFieldChange($this->getUpdateSqlFieldName($sField));
 }