From d11f3985c36da56c84986ebd1633892802f041ae Mon Sep 17 00:00:00 2001 From: bueltge Date: Fri, 13 Sep 2019 13:35:17 +0200 Subject: [PATCH] fix tests for use id-in css-class, string vs. int --- src/Site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Site.php b/src/Site.php index 80ecbba..fff1b30 100644 --- a/src/Site.php +++ b/src/Site.php @@ -11,7 +11,7 @@ class Site const SITE_ID = 'global_media.site_id'; const META_KEY_SITE_ID = 'global_media_site_id'; - const SITE_ID_PREFIX_RIGHT_PAD = 00000; + const SITE_ID_PREFIX_RIGHT_PAD = '00000'; /** * Return the ID of site that store the media files.