You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may just be an issue when using a database snapshot when the underlying files haven't been copied over. However, it could probably be resolved by giving the variable a default value before the foreach ($files as $file) loop.
The text was updated successfully, but these errors were encountered:
I'm having issues on a dev environment with the
paddingbottom
variable being undefined at this line:https://github.com/catalyst/moodle-block_carousel/blob/master/block_carousel.php#L163
This may just be an issue when using a database snapshot when the underlying files haven't been copied over. However, it could probably be resolved by giving the variable a default value before the
foreach ($files as $file)
loop.The text was updated successfully, but these errors were encountered: