Commit e974e47d authored by Shakarim Sapa's avatar Shakarim Sapa

FIX

parent 58b69ab6
...@@ -79,7 +79,6 @@ class UnisenderAPI { ...@@ -79,7 +79,6 @@ class UnisenderAPI {
$date = new DateTime; $date = new DateTime;
$title = $date->format('YmdHis').(rand(100000, 999999)); $title = $date->format('YmdHis').(rand(100000, 999999));
} }
echo $title; die;
return $this->callMethod( return $this->callMethod(
'createList', 'createList',
[ [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment