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