alpha1
Maxence Lange 2018-12-10 11:43:49 -01:00
rodzic fd40dc73a6
commit 0dfe66b7f8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -235,7 +235,7 @@ class ImportService {
$service->parse($activity);
} catch (Exception $e) {
$this->miscService->log(
2, 'Cannot parse ' . $activity->getType() . ': ' . $e->getMessage()
'Cannot parse ' . $activity->getType() . ': ' . $e->getMessage()
);
}
}