Skip to content

Commit

Permalink
fix debug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
symac committed Oct 29, 2019
1 parent 2020bd5 commit 94fe5f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bulkCreate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
$application = Omeka\Mvc\Application::init(require OMEKA_PATH . '/application/config/application.config.php');
$serviceLocator = $application->getServiceManager();
$entityManager = $serviceLocator->get('Omeka\EntityManager');
$pdfToc = $serviceLocator->get("Omeka\PdfToc");
exit;

// Using user #1, admin in our case, to be allowed to update the media
$user = $entityManager->find('Omeka\Entity\User', 1);
Expand Down

0 comments on commit 94fe5f6

Please sign in to comment.