From: Matthias Schmidt Date: Sun, 31 Jul 2016 16:07:35 +0000 (+0200) Subject: Add TUserLookupPageHandler::isValid() X-Git-Tag: 3.0.0_Beta_1~836 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d6a7e7658f116374add0d934b2051a8a119f8a87;p=GitHub%2FWoltLab%2FWCF.git Add TUserLookupPageHandler::isValid() --- diff --git a/wcfsetup/install/files/lib/system/page/handler/TUserLookupPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/TUserLookupPageHandler.class.php index c82ea8e08c..38c157f03a 100644 --- a/wcfsetup/install/files/lib/system/page/handler/TUserLookupPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/TUserLookupPageHandler.class.php @@ -1,9 +1,10 @@ getObject($objectID) !== null; + } + /** * @see ILookupPageHandler::lookup() */