This commit is contained in:
m 2018-04-13 21:26:00 +02:00
parent 6455f4be87
commit 3b54590bde
2 changed files with 0 additions and 3 deletions

View File

@ -27,4 +27,3 @@ $purgeService = new PurgeService($connect, $logService);
$purgeService->cleanDemoPoll();

View File

@ -48,7 +48,6 @@ class PurgeService {
}
public function cleanDemoPoll() {
if ( !defined("DEMO_POLL_ID")
|| !defined("DEMO_POLL_NUMBER_VOTES")
) {
@ -65,7 +64,6 @@ class PurgeService {
}
$this->voteRepository->commit();
}
/**