add link to the new point
This commit is contained in:
parent
60c0cc2498
commit
0942e34e25
|
|
@ -309,7 +309,7 @@ class JsonController extends Controller
|
|||
}
|
||||
|
||||
// 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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue