mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-28 10:24:11 +01:00
Fix another XSS
This commit is contained in:
parent
55963432e6
commit
230a10c954
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$tmpl = new OCP\Template( 'contacts', 'settings');
|
||||
$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);
|
||||
$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()));
|
||||
|
||||
$tmpl->printPage();
|
||||
|
Loading…
Reference in New Issue
Block a user