remove buggy test

This commit is contained in:
Jean-Christian Paul Denis 2023-08-11 10:10:36 +02:00
parent 6a17722680
commit 2d5baa1440
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -10,7 +10,7 @@
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) {
if (!defined('DC_RC_PATH')) {
return null;
}