PHP Classes

small error

Recommend this page to a friend!

      PHP Next Working Day  >  All threads  >  small error  >  (Un) Subscribe thread alerts  
Subject:small error
Summary:small error
Messages:2
Author:Andrzej Krokos
Date:2015-10-15 15:36:45
 

  1. small error   Reply   Report abuse  
Picture of Andrzej Krokos Andrzej Krokos - 2015-10-15 15:36:45
Hello, line 127 have a small error:
is: if ( in_array($current->format('D'), $this->weekend) ) {
should be: if ( in_array($current->format('D'), $this->weekends) ) {
regards :-)

  2. Re: small error   Reply   Report abuse  
Picture of Ravi Kumar Ravi Kumar - 2015-10-18 11:53:06 - In reply to message 1 from Andrzej Krokos
Thanks, fixed.