registerTask( 'reset', 'reset'); } function reset() { $model = $this->getModel( 'phocadownloadlog' ); if ($model->reset()) { $msg = Text::_( 'COM_PHOCADOWNLOAD_SUCCESS_RESET_LOG_STAT' ); } else { $msg = Text::_( 'COM_PHOCADOWNLOAD_ERROR_RESET_LOG_STAT' ); } $link = 'index.php?option=com_phocadownload&view=phocadownloadlogs'; $this->setRedirect($link, $msg); } } ?>