aaroneiche / do-want

Do Want - Open Source Gift Registry
18 stars 4 forks source link

line in config file has wrong comment #55

Closed aaroneiche closed 11 years ago

aaroneiche commented 11 years ago

Original author: ke...@envail.com (December 03, 2012 19:00:23)

In the config.php file, there's a line that says: $options['currency_symbol'] = '$';

The comment for it (the line above) says "//Where to upload files to. Make sure this path is writable by your server!"

That's obviously the wrong comment. :) (Curiously enough, the config option above that IS the upload path, but it has the correct comment.)

Original issue: http://code.google.com/p/do-want/issues/detail?id=55

aaroneiche commented 11 years ago

From aaron.ei...@gmail.com on December 04, 2012 18:28:42 Fixed in 692c3056014e. Thanks for catching this.