mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
use notice function
This commit is contained in:
parent
fa3073a5cf
commit
25567fa04b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function item_post(&$a) {
|
||||||
$parent = ((x($_POST,'parent')) ? intval($_POST['parent']) : 0);
|
$parent = ((x($_POST,'parent')) ? intval($_POST['parent']) : 0);
|
||||||
$profile_uid = ((x($_POST,'profile_uid')) ? intval($_POST['profile_uid']) : 0);
|
$profile_uid = ((x($_POST,'profile_uid')) ? intval($_POST['profile_uid']) : 0);
|
||||||
if(! can_write_wall($a,$profile_uid)) {
|
if(! can_write_wall($a,$profile_uid)) {
|
||||||
$_SESSION['sysmsg'] .= "Permission denied." . EOL;
|
notice("Permission denied." . EOL) ;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue