X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flinkchecker%2Fsrc%2FController%2FLinkCheckerUserReportPage.php;fp=web%2Fmodules%2Fcontrib%2Flinkchecker%2Fsrc%2FController%2FLinkCheckerUserReportPage.php;h=bc1479a9d125b0ea67912d3299d07543c5d9adbb;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/linkchecker/src/Controller/LinkCheckerUserReportPage.php b/web/modules/contrib/linkchecker/src/Controller/LinkCheckerUserReportPage.php new file mode 100644 index 000000000..bc1479a9d --- /dev/null +++ b/web/modules/contrib/linkchecker/src/Controller/LinkCheckerUserReportPage.php @@ -0,0 +1,32 @@ +id() && (($user->id()) == $account->id()) && $account->hasPermission('access own broken links report') || $account->hasPermission('access broken links report')); + } + +}