Skip to content

Commit

Permalink
🐛 APP #270 faltar passar parametro
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 27, 2022
1 parent 218332b commit 252016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appexemplo_v2.0/controllers/Acesso_perfil.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function validar( Acesso_perfilVO $objVo )
public function save( Acesso_perfilVO $objVo )
{
$result = null;
$this->validar();
$this->validar($objVo);
if( $objVo->getIdperfil() ) {
$result = $this->dao->update( $objVo );
} else {
Expand Down

0 comments on commit 252016b

Please sign in to comment.