Skip to content

Commit

Permalink
adjustments in T3quotesController, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 14, 2018
1 parent b95272e commit eea842c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Controller/T3quotesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public function updateAction(\WDB\T3quotes\Domain\Model\T3quotes $t3quote)
$this->t3quotesRepository->update($t3quote);
$this->redirect('show', $t3quote);
// $this->t3quotesRepository->persistenceManager->persistAll(); TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager.

// $t3quote = is_object($t3quote) ? $t3quote : $this->objectManager->get('WDB\T3quotes\Domain\Model\T3quotes');
// $this->view->assign('t3quote', $t3quote);
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TYPO3 Extension ``t3quotes``
========================
[![Build Status](https://travis-ci.org/DavidBruchmann/t3quotes)](https://travis-ci.org/DavidBruchmann/t3quotes)
[![Build Status](https://travis-ci.org/DavidBruchmann/t3quotes.svg?branch=master)](https://travis-ci.org/DavidBruchmann/t3quotes)
[![StyleCI](https://styleci.io/repos/91969362/shield?branch=master)](https://styleci.io/repos/91969362/)

**t3quotes** is an extension for [TYPO3](https://typo3.org) to collect and display quotes.
Expand Down

0 comments on commit eea842c

Please sign in to comment.