add link to the new point

This commit is contained in:
Krivchikov Dmitry 2016-03-07 22:55:55 +03:00
parent 60c0cc2498
commit 0942e34e25
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class JsonController extends Controller
} }
// SMS::send('#' . $point->id . ' ' . $point->name . ' :: ' . App::$user->nick); // SMS::send('#' . $point->id . ' ' . $point->name . ' :: ' . App::$user->nick);
Alarmer::send('Новая точка #' . $point->id . ' "' . $point->name . '" от ' . App::$user->nick); Alarmer::send('Новая точка #' . $point->id . ' "' . $point->name . '" от ' . App::$user->nick . ' https://wikipoints.ru/?point=' . $point->id);
} }
self::renderPartial('json.php', array( self::renderPartial('json.php', array(