의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
use notice function
This commit is contained in:
부모
fa3073a5cf
커밋
25567fa04b
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -12,7 +12,7 @@ function item_post(&$a) {
|
|||
$parent = ((x($_POST,'parent')) ? intval($_POST['parent']) : 0);
|
||||
$profile_uid = ((x($_POST,'profile_uid')) ? intval($_POST['profile_uid']) : 0);
|
||||
if(! can_write_wall($a,$profile_uid)) {
|
||||
$_SESSION['sysmsg'] .= "Permission denied." . EOL;
|
||||
notice("Permission denied." . EOL) ;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue