You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file lib\ObjectStorage\Abstract.php has error in line 352 throw new ObjectStorage_Exception(null, 'Invalid MIME type is provided.');.
It must be throw new ObjectStorage_Exception('Invalid MIME type is provided.');
The text was updated successfully, but these errors were encountered:
The file
lib\ObjectStorage\Abstract.php
has error in line 352throw new ObjectStorage_Exception(null, 'Invalid MIME type is provided.');
.It must be
throw new ObjectStorage_Exception('Invalid MIME type is provided.');
The text was updated successfully, but these errors were encountered: