interface/web/dashboard/ajax_get_json.php
@@ -40,7 +40,7 @@ //if($_SESSION["s"]["user"]["typ"] == 'admin') { /* TODO: change sql queries */ if($type == 'globalsearch'){ $q = $app->db->quote(trim($_GET["q"])); $authsql = " AND ".$app->tform->getAuthSQL('r');