diff --git a/application/controllers/UsertemplatesController.php b/application/controllers/UsertemplatesController.php new file mode 100644 index 00000000..2df6852b --- /dev/null +++ b/application/controllers/UsertemplatesController.php @@ -0,0 +1,9 @@ +getUnfilteredQuery()->where('u.object_type = ?', 'template'); + } +}