Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

PHP bug/typo #13

Closed
vtempest opened this issue Dec 1, 2013 · 0 comments
Closed

PHP bug/typo #13

vtempest opened this issue Dec 1, 2013 · 0 comments

Comments

@vtempest
Copy link

vtempest commented Dec 1, 2013

https://github.com/googledrive/dredit/blob/master/php/utils.php

change line 37 of php/utils.php

from
tokens => $tokens

to
"tokens" => $tokens

the browser gives an error, thinking tokens is a variable representing a string and it's an undeclared variable. php array keys need to have string/int values

erickoledadevrel pushed a commit that referenced this issue Dec 4, 2014
Fixed small typo in utils.php. Closes #13.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant