mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-02-21 10:54:14 +01:00
More PHP 5.3 compatibility fixes
This commit is contained in:
parent
b192c38752
commit
fc13d3f8d7
@ -490,7 +490,7 @@ class RRule implements \Iterator, \ArrayAccess
|
|||||||
foreach ( $this->byminute as $minute ) {
|
foreach ( $this->byminute as $minute ) {
|
||||||
foreach ( $this->bysecond as $second ) {
|
foreach ( $this->bysecond as $second ) {
|
||||||
// fixme another format?
|
// fixme another format?
|
||||||
$this->timeset[] = [$hour,$minute,$second];
|
$this->timeset[] = array($hour,$minute,$second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user