CSV export of serendipity_event_dsgvo_gdpr embedded

Found a bug? Tell us!!
Post Reply
erAck
Regular
Posts: 236
Joined: Mon Feb 16, 2015 1:20 am

CSV export of serendipity_event_dsgvo_gdpr embedded

Post by erAck »

Hi,
The CSV export of the serendipity_event_dsgvo_gdpr plugin (under Settings -> Manage user data, serendipity[adminAction]=dsgvo) exports the data embedded into the HTML code of the current webpage, between the 'nav' section and the dsvgo form, I guess that's not how it should be ;-)

Looks like this

Code: Select all

        </nav>
                <div id="content" class="clearfix">
        #"id";"entry_id";"parent_id";"timestamp";"title";"author";"email";...;
<form action="?" ...>...
<input .../><input ... value="dsgvo" /><p>Here you can enter ...>
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: CSV export of serendipity_event_dsgvo_gdpr embedded

Post by garvinhicking »

Hey,

awesome, thanks. Patched, that was my debugging state. :)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply