Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Misspelled variable name #34

Closed
ovidius72 opened this issue May 15, 2017 · 1 comment
Closed

Misspelled variable name #34

ovidius72 opened this issue May 15, 2017 · 1 comment

Comments

@ovidius72
Copy link

The file src/RRule.php, on line 660

static public function parseRfcString($string)
	{
		trigger_error('parseRfcString() is deprecated - use new RRule(), RRule::createFromRfcString() or \RRule\RfcParser::parseRRule() if necessary',E_USER_DEPRECATED);
		return RfcParser::parseRRule($sring);
	}

is returning a misspelled $sring variable instead of $string, that causes an error on parsing the provided text.

@rlanvin
Copy link
Owner

rlanvin commented May 15, 2017

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants