Skip to content

Commit

Permalink
Ajuste na proposta de correção da issue #5, com funcionamento validado.
Browse files Browse the repository at this point in the history
  • Loading branch information
berlanda committed Jan 17, 2015
1 parent 1e4fc4b commit a104523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_agendadirigentes/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function display($cachable = false, $urlparams = false)
$this->input->set('view', $vName);

//evita cache nativo de view enquanto existe conflito entre parametros de data de agenda de autoridade e o cache nativo de views (Global Config > Cache)
if($view=='autoridade')
if($vName=='autoridade')
$cachable = false;

parent::display($cachable, $urlparams);
Expand Down

0 comments on commit a104523

Please sign in to comment.