- Issue created by @amir jamshidi
- ๐ฎ๐ณIndia ankit_k
ankit_kumar โ made their first commit to this issueโs fork.
- ๐ฎ๐ทIran amir jamshidi
#ankit_kumar โ please reset your commit.
I checked this code cause error on site
I have this error on node page's
TypeError: DateTime::setTimestamp(): Argument #1 ($timestamp) must be of type int, array given in DateTime->setTimestamp() (line 90 at /var/www/web/modules/contrib/calendar_systems/src/CalendarSystems/CalendarSystemsPartialImplementation.php).
to solve this error edit CalendarSystemsPartialImplementation.php in line 90 to :
$this->origin->setTimestamp((int)$timestamp);
Active
4.0
Code
ankit_kumar โ made their first commit to this issueโs fork.
#ankit_kumar โ please reset your commit.
I checked this code cause error on site