Skip to content

Commit

Permalink
fix tests for use id-in css-class, string vs. int
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Sep 13, 2019
1 parent b2d650b commit d11f398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d11f398

Please sign in to comment.