aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sites.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/sites.php')
-rw-r--r--engine/lib/sites.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index f8590a4e0..a348d166b 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -215,7 +215,6 @@ function remove_site_object($site_guid, $object_guid) {
*/
function get_site_objects($site_guid, $subtype = "", $limit = 10, $offset = 0) {
$site_guid = (int)$site_guid;
- $subtype = sanitise_string($subtype);
$limit = (int)$limit;
$offset = (int)$offset;