Commit 6bf98754 authored by Shakarim Sapa's avatar Shakarim Sapa

- Правка синтаксической ошибки

parent 3d6d36f7
...@@ -76,7 +76,7 @@ class UnisenderAPI { ...@@ -76,7 +76,7 @@ class UnisenderAPI {
public function createList($title=null){ public function createList($title=null){
if ($title===null) { if ($title===null) {
$date = new DateTime; $date = new \DateTime;
$title = $date->format('YmdHis').(rand(100000, 999999)); $title = $date->format('YmdHis').(rand(100000, 999999));
} }
return $this->callMethod( return $this->callMethod(
......
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