How to suppress warning message with format="table"?
-
Prior to v1.3 I used the shortcode to show files in a simple table:
[MMFileList folder=”/samples/” format=”table” types=”pdf,mpm” /]Everything was fine. After updating to the new version 1.3, the plugin generates a lot of warning messages:
Warning: Illegal string offset ‘target’ in /…/mm_filelist_plugin.php on line 237
Warning: Illegal string offset ‘class’ in /…/mm_filelist_plugin.php on line 240
However, everything seems still to work correctly.
If I use the following shortcode
[MMFileList folder=”/samples/” target=”_blank” format=”li” class=”mmm.list” types=”pdf,mpm” /]there is no more warning messages, but just a simple list! Is there a way to suppress the unneccessary warning message by using format=”table”?
Thanks a lot,
Martin
- The topic ‘How to suppress warning message with format="table"?’ is closed to new replies.