remove unused variable

This commit is contained in:
Manuel Raynaud
2014-06-24 10:45:48 +02:00
parent 84c2432507
commit 35d13885ab

View File

@@ -127,10 +127,6 @@ class StartDate extends ConditionAbstract
*/
public function getSummary()
{
$i18nOperator = Operators::getI18n(
$this->translator, $this->operators[self::START_DATE]
);
$date = new \DateTime();
$date->setTimestamp($this->values[self::START_DATE]);
$strDate = $date->format($this->getDateFormat());