Merge https://github.com/redmatrix/redmatrix into pending_merge
This commit is contained in:
commit
8757789213
@ -24,7 +24,7 @@ function wall_attach_post(&$a) {
|
|||||||
if($_FILES['userfile']['tmp_name']) {
|
if($_FILES['userfile']['tmp_name']) {
|
||||||
$x = @getimagesize($_FILES['userfile']['tmp_name']);
|
$x = @getimagesize($_FILES['userfile']['tmp_name']);
|
||||||
logger('getimagesize: ' . print_r($x,true), LOGGER_DATA);
|
logger('getimagesize: ' . print_r($x,true), LOGGER_DATA);
|
||||||
if(($x) && ($x[2] === IMG_GIF || $x[2] === IMG_JPG || $x[2] === IMG_JPEG || $x[2] === IMG_PNG)) {
|
if(($x) && ($x[2] === IMAGETYPE_GIF || $x[2] === IMAGETYPE_JPEG || $x[2] === IMAGETYPE_PNG)) {
|
||||||
$args = array( 'source' => 'editor', 'visible' => 0, 'contact_allow' => array($channel['channel_hash']));
|
$args = array( 'source' => 'editor', 'visible' => 0, 'contact_allow' => array($channel['channel_hash']));
|
||||||
$ret = photo_upload($channel,$observer,$args);
|
$ret = photo_upload($channel,$observer,$args);
|
||||||
if($ret['success']) {
|
if($ret['success']) {
|
||||||
|
Reference in New Issue
Block a user