From 14b99ebdea8f97a136dca4700f05a4ae227ec8f8 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Tue, 8 Dec 2015 11:08:05 +0300 Subject: [PATCH] =?UTF-8?q?ADD=20=D0=BD=D0=B8=D0=BA=20=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=20=D0=B2?= =?UTF-8?q?=20=D0=A1=D0=9C=D0=A1=20=D0=BF=D1=80=D0=B8=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B8=20=D1=82=D0=BE=D1=87?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/JsonController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/JsonController.php b/controllers/JsonController.php index e333f8a..53e63e8 100644 --- a/controllers/JsonController.php +++ b/controllers/JsonController.php @@ -315,7 +315,7 @@ class JsonController extends Controller curl_setopt($ch, CURLOPT_POSTFIELDS, array( "api_id" => "2c2af6a7-a935-0e84-5952-599f5cd61905", "to" => "79046106141, 79046106144", - "text" => "#" . $point->id . ": " . $point->name, + "text" => "#" . $point->id . ": " . $point->name . ' :: ' . App::$user->nick, "from" => "WIKIPOINTS", )); curl_exec($ch);