Strange Behavior

DroidHost

Well-known member
Strange Behavior :
PHP:
...
public function getAttachmentConstraints()
    {

        $params = parent::getAttachmentConstraints();
...
$params['count'] = 2;
.....
What is happening it is suppose to limit the Max File per msg to be 2 files only
but that never happen ....
it still count from Forum option ...

is it related to time of execution ?
and what is the solution ?
 
Top Bottom