Plugin Directory

Changeset 2699914


Ignore:
Timestamp:
03/26/2022 10:46:37 AM (4 years ago)
Author:
microtango
Message:

Bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • microtango/trunk/microtango-init.php

    r2699818 r2699914  
    115115        array(
    116116            'videogroup' => '',
    117             'videoPublic' => false,
    118117            'restkey' => get_option($microtango_settings['settings'])['restkey'],
    119118            'showvideotext' => get_option($microtango_settings['settings'])['showvideotext'],
     
    148147            "loadCSS": "{$atts['loadcss']}",
    149148            "templates": { "id": "mtuserdefined$rnd", "columns": [{$columns}] },
    150             "update": [{"videoGroup": "{$atts['videogroup']}", {"videoPublic": "{$atts['videoPublic']}", "templateId": "{$atts['templateid']}"}],
     149            "update": [{"videoGroup": "{$atts['videogroup']}", "templateId": "{$atts['templateid']}"}],
    151150        });
    152151    </script>
Note: See TracChangeset for help on using the changeset viewer.